Skip to content

Commit 73e1d19

Browse files
authored
fix workflow (#40)
1 parent 808044c commit 73e1d19

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ jobs:
1616
- uses: actions/checkout@v4
1717
with:
1818
token: ${{ secrets.RELEASE_TOKEN }}
19-
- uses: denolib/setup-deno@v2
19+
- uses: denoland/setup-deno@v2
20+
with:
21+
deno-version: v2.x
2022
- name: Update version and README.md
2123
env:
2224
VERSION: ${{ inputs.version }}

0 commit comments

Comments
 (0)