diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f189ae5..d5b102b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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