diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b5d336b..0c0d8e3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -54,7 +54,7 @@ jobs: - name: Install dependencies if: steps.determine.outputs.changed == 'true' && steps.determine.outputs.tag_exists == 'false' - run: bun install + run: bun ci - name: Generate release notes if: steps.determine.outputs.changed == 'true' && steps.determine.outputs.tag_exists == 'false' @@ -129,4 +129,4 @@ jobs: - name: Publish to npm if: steps.determine.outputs.changed == 'true' && steps.determine.outputs.tag_exists == 'false' - run: bunx npm publish --access public --provenance + run: npm publish --access public --provenance