Skip to content

Commit

Permalink
Add NPM token debug step
Browse files Browse the repository at this point in the history
  • Loading branch information
Titou325 committed Jan 30, 2024
1 parent 9191ce0 commit f310b57
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 @@ -24,6 +24,10 @@ jobs:
git config --global user.name "GitHub Actions"
git config --global user.email "actions@github.com"
- run: npm version patch -m "Bump version to %s [skip ci]"
- name: debug NPM token
run: echo $NPM_TOKEN
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- run: npm publish --access public
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit f310b57

Please sign in to comment.