Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
zhorton34 committed Oct 1, 2024
1 parent a400b39 commit b87bfcc
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,13 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Setup Deno
uses: denoland/setup-deno@v1
with:
deno-version: v1.x

- name: Run tests
run: deno test

- name: Publish package
run: npx jsr publish
run: npx jsr publish --allow-slow-types

0 comments on commit b87bfcc

Please sign in to comment.