Skip to content

Commit

Permalink
Merge pull request #487 from theosanderson/theosanderson-patch-33
Browse files Browse the repository at this point in the history
Update release_npm.yml
  • Loading branch information
theosanderson authored May 25, 2023
2 parents ac74bb3 + 5a3575a commit df22f4f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release_npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
run: |
cd taxonium_component
yarn install
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > .npmrc
yarn build
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/.npmrc
yarn release-it
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit df22f4f

Please sign in to comment.