Skip to content

Commit

Permalink
fix: sentry auth token (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
joacoc authored Dec 11, 2023
1 parent 09624ce commit b8415cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
run: npm run vscode:prepublish
env:
NODE_ENV: 'production'
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
- name: Runs on Pre-Release
if: 'github.event.release.prerelease'
run: npm run deploy-pre-release
Expand Down

0 comments on commit b8415cb

Please sign in to comment.