Skip to content

Commit

Permalink
fix: release workflow (#464)
Browse files Browse the repository at this point in the history
  • Loading branch information
2hwk authored Apr 1, 2024
1 parent 0458df8 commit 2911779
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
with:
node-version: '16.9'

- name: Create .sentrydsn file
run: |
echo ${{ secrets.SENTRY_DSN_INSTALLER }} >> ./extraResources/.sentrydsn
- name: Install NPM dependencies
run: npm ci

Expand Down

0 comments on commit 2911779

Please sign in to comment.