We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5411390 commit 9b35060Copy full SHA for 9b35060
1 file changed
.github/workflows/publish.yml
@@ -23,7 +23,7 @@ jobs:
23
uses: actions/setup-node@v4
24
with:
25
node-version: 24
26
- registry-url: https://registry.npmjs.org
+ registry-url: 'https://registry.npmjs.org'
27
28
- name: Install dependencies
29
run: npm ci
@@ -47,3 +47,5 @@ jobs:
47
48
- name: Publish to npm
49
run: npm publish --provenance --access public
50
+ env:
51
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments