Skip to content

Commit a21d040

Browse files
committed
try workflow
1 parent a0289e6 commit a21d040

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

.github/workflows/publish.yml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,16 @@ jobs:
1313
permissions:
1414
contents: read
1515
id-token: write
16+
1617
steps:
17-
- uses: actions/checkout@v4
18-
- run: npx jsr publish
18+
- name: Checkout repository
19+
uses: actions/checkout@v4
20+
21+
- name: Install Bun
22+
uses: oven-sh/setup-bun@v1
23+
24+
- name: Install dependencies
25+
run: bun install
26+
27+
- name: Publish package
28+
run: bunx jsr publish

0 commit comments

Comments
 (0)