Skip to content

Commit e6c8a3f

Browse files
authored
fix(ci): npm parameter
1 parent 4e5b64f commit e6c8a3f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
npx semantic-release
5757
should-run-codecov: false
5858
should-deploy: true
59-
npm_token: ${{ secrets.NPM_TOKEN }}
59+
npm-token: ${{ secrets.NPM_TOKEN }}
6060
github-token: ${{ github.token }}
6161
maven-central-username: ${{ secrets.MAVEN_USERNAME }}
6262
maven-central-password: ${{ secrets.MAVEN_PASSWORD }}

0 commit comments

Comments
 (0)