We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9191ce0 commit f310b57Copy full SHA for f310b57
.github/workflows/release.yaml
@@ -24,6 +24,10 @@ jobs:
24
git config --global user.name "GitHub Actions"
25
git config --global user.email "[email protected]"
26
- run: npm version patch -m "Bump version to %s [skip ci]"
27
+ - name: debug NPM token
28
+ run: echo $NPM_TOKEN
29
+ env:
30
+ NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
31
- run: npm publish --access public
32
env:
33
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments