Skip to content

Commit

Permalink
Merge pull request #45 from bitgopatmcl/no-workspace-update-on-releases
Browse files Browse the repository at this point in the history
fix: put .npmrc at default location for release
  • Loading branch information
ericcrosson-bitgo authored Apr 18, 2022
2 parents bb3a883 + 9f3165e commit 22a2d0b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,13 @@ jobs:
- name: Test
run: npm test

# DISCUSS: Use `jq` or just a small node script to create/modify `.npmrc` in case
# one gets added in the future
- name: Prepare Release
run: mv .npmrc-release .npmrc

- name: Release
run: npx --userconfig .npmrc-release multi-semantic-release
run: npx multi-semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 22a2d0b

Please sign in to comment.