Skip to content

Commit

Permalink
Update build_and_publish_jsr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rustdevbtw authored Feb 19, 2024
1 parent fd2d316 commit a24cda7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build_and_publish_jsr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ jobs:
- name: Apply Patch
run: |
sed -i "s/!:/:/g" pkg/si_img.d.ts
cat pkg/si_img.d.ts
- name: Typecheck
run: |
Expand All @@ -50,5 +49,5 @@ jobs:
run: |
deno task test
#- name: Publish to JSR
#run: deno publish
- name: Publish to JSR
run: deno publish

0 comments on commit a24cda7

Please sign in to comment.