Skip to content

Commit f59e418

Browse files
authored
try manually creating npmrc
1 parent 723b571 commit f59e418

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818
with:
1919
node-version: "20.x"
2020

21+
- name: Authenticate with npm
22+
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_PUBLISH_TOKEN }}" > ~/.npmrc
23+
2124
- name: Install yarn
2225
run: npm install -g yarn
2326

0 commit comments

Comments
 (0)