Skip to content

Commit e46b87a

Browse files
authored
ci: update publish.yml
1 parent 283743d commit e46b87a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
with:
1717
node-version: 20
1818
registry-url: 'https://registry.npmjs.org'
19+
- run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
1920
- name: Cache
2021
uses: actions/cache@v3
2122
with:

0 commit comments

Comments
 (0)