Skip to content

Commit

Permalink
chore: fix workspace publish workflow (#5623)
Browse files Browse the repository at this point in the history
  • Loading branch information
kt3k committed Aug 2, 2024
1 parent 0e4f294 commit fab93bb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/workspace_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ jobs:
- name: Set up Deno
uses: denoland/setup-deno@v1
with:
# TODO(kt3k): Set canary when LICENSE issue resolved. See std#5555
deno-version: 1.45.3
deno-version: canary

- name: Format
run: deno fmt --check
Expand Down

0 comments on commit fab93bb

Please sign in to comment.