Skip to content

Commit

Permalink
feature: JSR publish job
Browse files Browse the repository at this point in the history
  • Loading branch information
vbudovski committed Dec 22, 2024
1 parent 03d7e4f commit 6ac0cbb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,12 @@ jobs:
uses: ./.github/workflows/test.yml
secrets:
GIST_SECRET: ${{ secrets.GIST_SECRET }}

publish:
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write # The OIDC ID token is used for authentication with JSR.
steps:
- uses: actions/checkout@v4
- run: npx jsr publish

0 comments on commit 6ac0cbb

Please sign in to comment.