Skip to content

Commit 39dd039

Browse files
committed
ci: use deno publish
1 parent 32fe197 commit 39dd039

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@ jobs:
6969
- yamllint
7070
steps:
7171
- uses: actions/checkout@v4
72+
- uses: denoland/setup-deno@v1
73+
with:
74+
deno-version: v1.41
7275
- name: Publish package
73-
run: npx jsr publish --allow-slow-types
76+
run: deno publish --allow-slow-types
7477
working-directory: ${{ matrix.modules }}

0 commit comments

Comments
 (0)