Skip to content

Commit

Permalink
fix: fix token in action
Browse files Browse the repository at this point in the history
  • Loading branch information
thesergsb committed Jul 22, 2024
1 parent 50888d3 commit b0d209c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ jobs:
- name: release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: echo $NPM_TOKEN && npx semantic-release
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release

0 comments on commit b0d209c

Please sign in to comment.