We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ec6dfd commit 5636f2bCopy full SHA for 5636f2b
1 file changed
.github/workflows/publish.yml
@@ -76,6 +76,8 @@ jobs:
76
node-version: 22
77
registry-url: https://registry.npmjs.org
78
- name: Publish
79
+ env:
80
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
81
run: cd nodejs && npm publish --provenance
82
83
github-release:
0 commit comments