Skip to content

Commit

Permalink
chore: use canary in publish workflow (#4590)
Browse files Browse the repository at this point in the history
  • Loading branch information
iuioiua committed Apr 15, 2024
1 parent 2442373 commit 2584aa7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/workspace_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:

- name: Set up Deno
uses: denoland/setup-deno@v1
with:
deno-version: canary

- name: Convert to workspace
run: deno run -A ./_tools/convert_to_workspace.ts
Expand Down

0 comments on commit 2584aa7

Please sign in to comment.