Skip to content

Commit

Permalink
fix: Try to fix JSR provenance
Browse files Browse the repository at this point in the history
  • Loading branch information
pklaschka committed Oct 29, 2024
1 parent cbb0dd7 commit e133785
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/publish-jsr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,5 @@ jobs:
steps:
- name: Checkout Repository 🛎️
uses: actions/checkout@v4
- name: Setup Deno 🦕
uses: denoland/setup-deno@v2
with:
deno-version: v2.x
- name: Run Tests 🧪
run: deno task test
- name: Publish Package 🚀
run: npx jsr publish

0 comments on commit e133785

Please sign in to comment.