Skip to content
This repository was archived by the owner on Apr 28, 2023. It is now read-only.

Commit

Permalink
workflow: publish-gpr job uses npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
maxrdz authored Jun 6, 2022
1 parent b7a53ce commit b5f2968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: yarn build

- name: Publish to Github Packages
run: yarn release
run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit b5f2968

Please sign in to comment.