Skip to content

Commit 75a0ecc

Browse files
ObserverOfTimeWillLillis
authored andcommitted
ci(publish): set NODE_AUTH_TOKEN to empty
1 parent 177c4de commit 75a0ecc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ jobs:
4444
run: npm install
4545

4646
- name: Publish to NPM
47-
run: unset NODE_AUTH_TOKEN ; npm publish
47+
# FIXME: actions/setup-node#1440
48+
run: NODE_AUTH_TOKEN= npm publish --verbose
4849

4950
- name: Prepare release artifacts
5051
run: |

0 commit comments

Comments
 (0)