We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03d1320 commit acd10b2Copy full SHA for acd10b2
1 file changed
.github/workflows/publish.yml
@@ -72,7 +72,7 @@ jobs:
72
73
- name: Publish to npm
74
env:
75
- NODE_AUTH_TOKEN: ${{ inputs.npm_token }}
+ NPM_TOKEN: ${{ inputs.npm_token }}
76
run: npm publish --access public --provenance
77
78
- name: Create and push tag
0 commit comments