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 82bc09e commit 9a97336
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/build_and_publish_jsr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Install Deno
uses: denoland/setup-deno@v1
with:
deno-version: v1.x
deno-version: canary

- name: Build
run: |
Expand All @@ -48,10 +48,6 @@ jobs:
- name: Test
run: |
deno task test
- name: Lint
run: |
deno lint
- name: Publish to JSR
run: deno publish --no-zap --allow-slow-types
run: deno publish --allow-slow-types

0 comments on commit 9a97336

Please sign in to comment.