Skip to content

Commit 14daa67

Browse files
Merge pull request #111 from linked-planet/dev
switched back to NODE_AUTH_TOKEN
2 parents 1bea495 + 2ece01e commit 14daa67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/default.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,4 @@ jobs:
7878
- name: Publish to npmjs
7979
run: npm publish --access public
8080
env:
81-
NPM_CONFIG_TOKEN: ${{secrets.NPM_PUBLISH_TOKEN}}
81+
NODE_AUTH_TOKEN: ${{secrets.NPM_PUBLISH_TOKEN}}

0 commit comments

Comments
 (0)