We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6221b4 commit 3d2a1e1Copy full SHA for 3d2a1e1
1 file changed
.github/workflows/manual-publish.yml
@@ -37,6 +37,7 @@ jobs:
37
uses: actions/setup-node@v4
38
with:
39
node-version: '22'
40
+ registry-url: 'https://registry.npmjs.org'
41
42
- name: Install dependencies
43
run: npm ci
@@ -47,6 +48,8 @@ jobs:
47
48
- name: Publish to npm
49
id: npm_publish
50
working-directory: packages/flarelette-jwt-ts
51
+ env:
52
+ NODE_AUTH_TOKEN: ''
53
run: npm publish --provenance --access public
54
55
- name: Upload npm debug logs (on failure)
0 commit comments