Skip to content

Commit

Permalink
Merge pull request #27 from wuespace/release-automation-fix
Browse files Browse the repository at this point in the history
Release automation fix
  • Loading branch information
pklaschka authored Dec 11, 2024
2 parents 4e8ba22 + be5fe6c commit b8a21a2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
run: deno task run
publish-jsr:
name: Publish to JSR
permissions:
id-token: write # This is required for requesting the JWT
contents: read # This is required for actions/checkout
runs-on: ubuntu-latest
needs: test-deno
steps:
Expand Down

0 comments on commit b8a21a2

Please sign in to comment.