Skip to content

Commit

Permalink
Merge pull request #311 from lifeomic/use-npm-rc
Browse files Browse the repository at this point in the history
fix: use npmrc
  • Loading branch information
swain authored May 25, 2022
2 parents d339f75 + 8858611 commit 6d4bd48
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,6 @@ jobs:
env:
NPM_TOKEN: ${{ secrets.LIFEOMIC_NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: yarn semantic-release
run: |
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
yarn semantic-release

0 comments on commit 6d4bd48

Please sign in to comment.