Skip to content

Commit

Permalink
Merge pull request #68 from lifeomic/fix-release
Browse files Browse the repository at this point in the history
  • Loading branch information
swain authored Aug 1, 2022
2 parents 13bc17c + 2133949 commit 71337c4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,12 @@ jobs:
node-version: 14
registry-url: 'https://registry.npmjs.org'
- run: |
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
yarn install
yarn test
yarn build
- 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 71337c4

Please sign in to comment.