Skip to content

Commit 3d2a1e1

Browse files
committed
fix: troubleshoot npm publish error after changing to trusted publishers
1 parent b6221b4 commit 3d2a1e1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/manual-publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
uses: actions/setup-node@v4
3838
with:
3939
node-version: '22'
40+
registry-url: 'https://registry.npmjs.org'
4041

4142
- name: Install dependencies
4243
run: npm ci
@@ -47,6 +48,8 @@ jobs:
4748
- name: Publish to npm
4849
id: npm_publish
4950
working-directory: packages/flarelette-jwt-ts
51+
env:
52+
NODE_AUTH_TOKEN: ''
5053
run: npm publish --provenance --access public
5154

5255
- name: Upload npm debug logs (on failure)

0 commit comments

Comments
 (0)