We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e5b64f commit e6c8a3fCopy full SHA for e6c8a3f
1 file changed
.github/workflows/build-and-deploy.yml
@@ -56,7 +56,7 @@ jobs:
56
npx semantic-release
57
should-run-codecov: false
58
should-deploy: true
59
- npm_token: ${{ secrets.NPM_TOKEN }}
+ npm-token: ${{ secrets.NPM_TOKEN }}
60
github-token: ${{ github.token }}
61
maven-central-username: ${{ secrets.MAVEN_USERNAME }}
62
maven-central-password: ${{ secrets.MAVEN_PASSWORD }}
0 commit comments