We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6cafef commit 88253e2Copy full SHA for 88253e2
.github/workflows/release.yml
@@ -22,5 +22,5 @@ jobs:
22
- run: pnpm build
23
- run: npx semantic-release
24
env:
25
- NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
+ NPM_TOKEN: ${{secrets.NPM_TOKEN}}
26
GH_TOKEN: ${{secrets.GH_TOKEN}}
0 commit comments