Skip to content

Commit

Permalink
Update release_npm.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson authored May 25, 2023
1 parent ac74bb3 commit 5a3575a
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 5a3575a

Please sign in to comment.