aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/bun-npm-release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/bun-npm-release.yml b/.github/workflows/bun-npm-release.yml
index 7fde74464..25f596b8e 100644
--- a/.github/workflows/bun-npm-release.yml
+++ b/.github/workflows/bun-npm-release.yml
@@ -41,7 +41,7 @@ jobs:
run: bun install
- id: bun-run
name: Release
- run: bun run npm -- publish "${{ env.TAG }}"
+ run: bun run npm -- "${{ env.TAG }}" publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}