Skip to content

Commit

Permalink
Attempt JSR Publish Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
harrysolovay committed Nov 23, 2024
1 parent 6293070 commit 61c802b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ jobs:
- uses: denoland/setup-deno@v2
with:
deno-version: v2.x
- run: deno publish --set-version ${{ github.event.release.tag_name }}
- run: |
tag=${{ github.event.release.tag_name }}
deno publish --set-version ${tag:1}
npm:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 61c802b

Please sign in to comment.