Skip to content

Commit

Permalink
🎨 fix npmrc in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
r3kt-eth committed May 2, 2023
1 parent 62a7698 commit 75583a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
GIT_SIGNING_KEY: ${{ secrets.GIT_SIGNING_KEY }}

- name: yarn config
run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > .npmrc
run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> .npmrc
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

Expand Down

0 comments on commit 75583a1

Please sign in to comment.