We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32a65c3 commit 4dec42fCopy full SHA for 4dec42f
1 file changed
.github/workflows/release.yml
@@ -69,11 +69,13 @@ jobs:
69
env:
70
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
71
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
72
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
73
run: npx semantic-release --dry-run
74
75
- name: Semantic Release
76
if: ${{ github.event.inputs.dry_run != 'true' }}
77
78
79
80
81
run: npx semantic-release
0 commit comments