Skip to content

Commit db80089

Browse files
authored
Merge pull request #6 from danliyev/main
ci(publish-package.yml): ensure NODE_AUTH_TOKEN is unset during npm publish
2 parents 81faa45 + 7f56a69 commit db80089

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish-package.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,5 @@ jobs:
4141
run: >
4242
unset NODE_AUTH_TOKEN &&
4343
npm publish --access public --provenance
44+
env:
45+
NODE_AUTH_TOKEN: ''

0 commit comments

Comments
 (0)