Skip to content

Commit

Permalink
chore: ok npm publish oven-sh/bun#14824
Browse files Browse the repository at this point in the history
  • Loading branch information
kravetsone committed Oct 25, 2024
1 parent bb91d31 commit c5f9fa1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ jobs:

- name: Publish package to NPM
if: ${{ github.event.inputs.publish_to_npm }}
run: bun publish --access public
run: npm publish --access public
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: GitHub Release
uses: ncipollo/release-action@v1
Expand Down

0 comments on commit c5f9fa1

Please sign in to comment.