Skip to content

Commit

Permalink
ci(release): add setup-deno step
Browse files Browse the repository at this point in the history
  • Loading branch information
hasundue committed Jul 29, 2024
1 parent 4ef2f2e commit 0a5d6d6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
with:
submodules: true

- name: Setup Deno
uses: denoland/setup-deno@v1

- name: Setup actions/cache for Deno
uses: actions/cache@v4
with:
Expand Down

0 comments on commit 0a5d6d6

Please sign in to comment.