Skip to content

Commit 0fd3bd4

Browse files
Remove always-auth from Node setup in workflow
related docs: https://docs.npmjs.com/trusted-publishers
1 parent 7c80de5 commit 0fd3bd4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/publish-npm.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828
uses: actions/setup-node@v4
2929
with:
3030
node-version: '20'
31-
always-auth: true
3231
registry-url: 'https://registry.npmjs.org'
3332

3433
- name: Install dependencies

0 commit comments

Comments
 (0)