We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f650d0 commit 811ee4fCopy full SHA for 811ee4f
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
uses: actions/checkout@v4
14
15
- name: install deno
16
- uses: denoland/setup-deno@v1
+ uses: denoland/setup-deno@v2
17
with:
18
deno-version: ${{ matrix.version }}
19
.github/workflows/publish.yml
@@ -13,4 +13,8 @@ jobs:
id-token: write
steps:
- uses: actions/checkout@v4
- - run: npx jsr publish
+ - name: install deno
+ with:
+ deno-version: 2.x
20
+ - run: deno publish
0 commit comments