Skip to content

Commit

Permalink
Rename
Browse files Browse the repository at this point in the history
  • Loading branch information
benmerckx committed Aug 29, 2024
1 parent 4071336 commit a6f1275
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/jsr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- main

jobs:
publish:
test:
runs-on: ubuntu-latest

permissions:
Expand All @@ -20,7 +20,7 @@ jobs:
- run: bunx jsr publish --config jsr.json --dry-run
publishNPM:
runs-on: ubuntu-latest
needs: ci
needs: test
if: startsWith(github.ref, 'refs/tags/v')
steps:
- uses: actions/checkout@v4
Expand All @@ -31,7 +31,7 @@ jobs:
npm publish
publishJSR:
runs-on: ubuntu-latest
needs: ci
needs: test
permissions:
contents: read
id-token: write
Expand Down

0 comments on commit a6f1275

Please sign in to comment.