Skip to content

Commit 280844d

Browse files
chore(ci): fix setup-node conflicts with trusted publishing
1 parent d397ab4 commit 280844d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ jobs:
4141
run: npm install -g npm@latest
4242

4343
- name: Trusted Publish with Provenance
44-
run: npm publish
44+
run: NODE_AUTH_TOKEN="" npm publish # Empty token, see actions/setup-node#1440

0 commit comments

Comments
 (0)