Skip to content
This repository has been archived by the owner on Aug 19, 2022. It is now read-only.

Commit

Permalink
Assume uchange npmrc (#32)
Browse files Browse the repository at this point in the history
* 🔧 add npmrc to gitignore

* 🔧 assume unchange npmrc in CI
  • Loading branch information
valentinbeggi authored Jun 10, 2022
1 parent 3ddf0e0 commit e4eec13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/realease-to-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ jobs:
- run: echo //registry.npmjs.org/:_authToken=${NPM_TOKEN} > .npmrc
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- run: git update-index --assume-unchanged .npmrc
- name: Release to npm
run: yarn release ${{ github.event.release.tag_name }} -y

0 comments on commit e4eec13

Please sign in to comment.