Skip to content

Commit 8e48c3b

Browse files
authored
chore: add back token to publish (#7)
1 parent 9204f5f commit 8e48c3b

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,6 @@ jobs:
4040
fi
4141
4242
- name: publish
43+
env:
44+
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
4345
run: rm -rf node-module .github package-lock.json && npm publish --access public

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
//registry.npmjs.org/:_authToken=${NPM_TOKEN}

0 commit comments

Comments
 (0)