Skip to content

Commit

Permalink
add jsr publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
talentlessguy committed Jul 7, 2024
1 parent 516f1a1 commit bd00429
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
release:
permissions:
id-token: write
contents: read
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -34,3 +35,5 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: cd npm && npm publish --provenance
- name: JSR publish
run: deno publish

0 comments on commit bd00429

Please sign in to comment.