Skip to content

Commit

Permalink
ignore changes from adding npm token in npmrc when publishing (#3797)
Browse files Browse the repository at this point in the history
  • Loading branch information
zxbodya committed Jul 28, 2023
1 parent 0ecbeb6 commit 30edd48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
- run: echo //registry.npmjs.org/:_authToken=${NPM_TOKEN} > .npmrc
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- run: git update-index --assume-unchanged .npmrc
- run: npx lerna publish from-package --yes
- if: always()
run: rm .npmrc

0 comments on commit 30edd48

Please sign in to comment.