Skip to content

Commit

Permalink
fix: explicitly set the npm token
Browse files Browse the repository at this point in the history
  • Loading branch information
tpfrne committed Apr 17, 2024
1 parent f264b90 commit 25f45ec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pushes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,6 @@ jobs:

- name: npm run release
run: npx semantic-release
shell: bash
shell: bash
env:
NPM_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 25f45ec

Please sign in to comment.