Skip to content

Commit

Permalink
Fix publish
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanwhit committed Sep 24, 2024
1 parent 704484d commit 07e72ae
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,6 @@ jobs:
deno-version: rc

- name: Publish to JSR on tag
run: deno run -A jsr:@david/publish-on-tag@0.1.3
run: |
cd shell-setup
deno run -A jsr:@david/publish-on-tag@0.1.3

0 comments on commit 07e72ae

Please sign in to comment.