Skip to content

Commit

Permalink
build: do not fail if .npmrc doesn't exist
Browse files Browse the repository at this point in the history
  • Loading branch information
arturwojnar committed Mar 25, 2024
1 parent 6e86d87 commit 433dc7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- name: Install dependencies
run: |
rm .npmrc
rm -f .npmrc
printf "//registry.npmjs.org/:_authToken=${{secrets.NPM_TOKEN}}" > .npmrc
npm ci
env:
Expand Down

0 comments on commit 433dc7e

Please sign in to comment.