Skip to content

Commit

Permalink
Merge pull request #137 from lifeomic/fix-release
Browse files Browse the repository at this point in the history
chore: use npmrc auth instead
  • Loading branch information
swain committed Jun 6, 2022
2 parents f2708bb + 2406acb commit 785a18e
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 @@ -22,4 +22,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.LIFEOMIC_NPM_TOKEN }}
run: yarn semantic-release
run: |
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
yarn semantic-release

0 comments on commit 785a18e

Please sign in to comment.