Skip to content

Commit efcc1d1

Browse files
committed
chore: fix ci
1 parent e72e6da commit efcc1d1

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,6 @@ jobs:
5252
github_token: ${{ steps.generate-token.outputs.token }}
5353
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
5454

55-
- name: 🧰 Install JSR CLI
56-
run: bun install -g @jsr/cli
57-
58-
- name: 🔒 Set up OIDC for JSR
59-
uses: jsr-io/setup-jsr@v0.1
60-
with:
61-
auth-type: 'id-token'
6255

6356
- name: 📡 Publish to JSR
64-
run: jsr publish
57+
run: npx jsr publish

0 commit comments

Comments
 (0)