We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7b8111 commit 369ecc9Copy full SHA for 369ecc9
.github/workflows/ci.publish-package.yml
@@ -220,4 +220,4 @@ jobs:
220
- name: "Publish to Registry"
221
run: cd packages/${{ inputs.package }} && npm publish ${{ inputs.dry-run && '--dry-run' || '' }} --registry=${{ inputs.registry }}
222
env:
223
- NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
+ NODE_AUTH_TOKEN: ${{ secrets.PUBLISH_TOKEN }}
0 commit comments