Skip to content

Commit d1d0caf

Browse files
authored
Update publish.yml
1 parent 0e99ff6 commit d1d0caf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v4
2323

2424
- name: Setup Bun
25-
- uses: oven-sh/setup-bun@v2
25+
uses: oven-sh/setup-bun@v2
2626
with:
2727
bun-version-file: ".bun-version"
2828

@@ -38,4 +38,4 @@ jobs:
3838
NPM_CONFIG_TOKEN: ${{ secrets.NPM_TOKEN }}
3939

4040
- name: Publish to JSR
41-
run: bunx jsr publish
41+
run: bunx jsr publish

0 commit comments

Comments
 (0)