Skip to content

Commit

Permalink
Try Again
Browse files Browse the repository at this point in the history
  • Loading branch information
harrysolovay committed Oct 25, 2024
1 parent 08e87d4 commit b88b866
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: sed -i s/0.0.0-local.0/${{ github.event.release.tag_name }}/ deno.json
- run: |
tag=${{ github.event.release.tag_name }}
sed -i s/0.0.0-local.0/${tag:1}/ deno.json
- run: deno publish --allow-dirty

npm:
Expand Down

0 comments on commit b88b866

Please sign in to comment.