Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
alator21 committed Dec 1, 2024
1 parent 369bf25 commit 7d9a28b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@ jobs:
id-token: write # The OIDC ID token is used for authentication with JSR.
steps:
- uses: actions/checkout@v4
- run: npx jsr publish
- uses: oven-sh/setup-bun@v2
- run: bun install
- run: bunx jsr publish

0 comments on commit 7d9a28b

Please sign in to comment.