Skip to content

Commit

Permalink
Fix sentry-cli github actions step
Browse files Browse the repository at this point in the history
  • Loading branch information
sandromello committed Dec 4, 2024
1 parent 9671985 commit c6e0241
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -526,6 +526,9 @@ jobs:
name: "dist-artifacts"
path: dist/

- uses: matbour/setup-sentry-cli@v2
id: sentry-cli

- name: Set Git Tag
run: echo "GIT_TAG=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV

Expand Down Expand Up @@ -562,7 +565,6 @@ jobs:
GIT_TAG: ${{ env.GIT_TAG }}

- name: Publish Sentry Sourcemaps
uses: matbour/setup-sentry-cli@v2
run: make publish-sentry-sourcemaps
env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
run: make publish-sentry-sourcemaps

0 comments on commit c6e0241

Please sign in to comment.