Skip to content

Commit

Permalink
didnt need to add jsr publish. removed it from ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eboody committed May 22, 2024
1 parent 1f60124 commit 17ba737
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,3 @@ jobs:
run: deno publish
env:
DENO_AUTH_TOKEN: ${{ secrets.DENO_AUTH_TOKEN }}

- name: Publish to JSR
if: github.ref == 'refs/heads/main'
run: jsr publish
env:
JSR_AUTH_TOKEN: ${{ secrets.JSR_AUTH_TOKEN }}

0 comments on commit 17ba737

Please sign in to comment.