Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
barelyhuman authored Mar 15, 2024
1 parent 40eb6ff commit c3421c0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:

jobs:
publish:
permissions:
contents: read
id-token: write

runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -28,5 +32,6 @@ jobs:
- name: Publish
run: |
npm publish
npx jsr publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit c3421c0

Please sign in to comment.