We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd5bd21 commit b1bcf1fCopy full SHA for b1bcf1f
.github/workflows/nodejs.yml
@@ -28,5 +28,5 @@ jobs:
28
- run: npm run test --if-present
29
- run: npx semantic-release
30
env:
31
- GITHUB_TOKEN: ${{ secrets.GITHUB_YOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
32
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments