Skip to content

Commit

Permalink
fix duplicate workflow version
Browse files Browse the repository at this point in the history
  • Loading branch information
sebasptsch committed Aug 29, 2024
1 parent 61be73f commit 09ff225
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/changeset-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 09ff225

Please sign in to comment.