Skip to content

Commit

Permalink
fix error in publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
thejohnhoffer committed Dec 22, 2021
1 parent 19b83be commit ee2c654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/.npmrc
npm run publish
npm publish

0 comments on commit ee2c654

Please sign in to comment.