Skip to content

Commit 9ac8416

Browse files
fix: Update ci-publish.yml (#9)
1 parent 45414ff commit 9ac8416

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci-publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ jobs:
2121
node-version: "18"
2222
cache: "yarn"
2323

24+
# Authenticate with npm
25+
- name: Authenticate with npm
26+
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
27+
2428
# Install dependencies
2529
- name: Install dependencies
2630
run: yarn install

0 commit comments

Comments
 (0)