Skip to content

Commit

Permalink
ci: fix CIIIIIIIIII
Browse files Browse the repository at this point in the history
  • Loading branch information
Rettend committed Sep 22, 2024
1 parent 8c4c5fc commit 60205cd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,14 @@ jobs:
id-token: write # The OIDC ID token is used for authentication with JSR.
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: oven-sh/setup-bun@v2

- run: bun install
- run: bun x jsr publish

- run: bun x changelogithub
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

- run: bun x jsr publish

0 comments on commit 60205cd

Please sign in to comment.