Skip to content

Commit

Permalink
fix: npm publish for release workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
ThunbergOlle committed Apr 24, 2024
1 parent 5e13991 commit ccc5082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
run: yarn pack

- name: Publish package
run: yarn publish --access public --non-interactive
run: yarn npm publish --access public --non-interactive
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit ccc5082

Please sign in to comment.