Skip to content

Commit

Permalink
Publish with npm instead of yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
sjchmiela authored Dec 22, 2021
1 parent a5df871 commit e7594a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ jobs:
- run: yarn run version --patch
- run: git push --follow-tags origin main
- run: yarn run purge:cdn
- run: yarn publish
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}

0 comments on commit e7594a4

Please sign in to comment.