Skip to content

Commit

Permalink
chore: update publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
Glinkis committed Jun 26, 2024
1 parent ee0fb9b commit 65acc68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write # allow GITHUB_TOKEN to publish packages
id-token: write # The OIDC ID token is used for authentication with JSR.
steps:
- uses: oven-sh/setup-bun@v1
Expand All @@ -21,6 +20,7 @@ jobs:
- uses: actions/checkout@v4

- run: bunx jsr publish
- run: bunx --bun npm publish

- run: bun run build && bunx npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 65acc68

Please # to comment.