Skip to content

Commit

Permalink
Should error now
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed Mar 27, 2024
1 parent 0b9c2d8 commit 8b1b53a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: npm build
run: deno task build:npm ${{steps.get_tag_version.outputs.TAG_VERSION}}
- name: jsr publish
run: deno run -A jsr:@david/[email protected].2
run: deno run -A jsr:@david/[email protected].3
- name: npm publish
if: startsWith(github.ref, 'refs/tags/')
env:
Expand Down

0 comments on commit 8b1b53a

Please sign in to comment.