From 09ff225ac679e646a3a24345d2f10f7e0c86bb77 Mon Sep 17 00:00:00 2001 From: Sebastian Pietschner Date: Thu, 29 Aug 2024 16:31:23 +1000 Subject: [PATCH] fix duplicate workflow version --- .github/workflows/changeset-release.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.github/workflows/changeset-release.yml b/.github/workflows/changeset-release.yml index ec92d91c..a5eaf445 100644 --- a/.github/workflows/changeset-release.yml +++ b/.github/workflows/changeset-release.yml @@ -147,21 +147,6 @@ jobs: environment: "production" sourcemaps: "./dist" version: ${{ matrix.package.version }} - sentry: - name: Sentry - runs-on: ubuntu-latest - needs: [publish-docker, release] - if: needs.release.outputs.published == 'true' - - permissions: - contents: read - packages: write - steps: - - name: Restore Dist - uses: actions/download-artifact@v3 - with: - name: build - path: dist deploy-docs: name: Build and Deploy Docs