Skip to content

Commit

Permalink
ci: use deno publish
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Mar 9, 2024
1 parent 74372f7 commit 4a87460
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,8 @@ jobs:
id-token: write
steps:
- uses: actions/checkout@v4
- uses: denoland/setup-deno@v1
with:
deno-version: v1.41
- name: Publish package
run: npx jsr publish --allow-slow-types
run: deno publish --allow-slow-types

0 comments on commit 4a87460

Please sign in to comment.