Skip to content

Commit 8ce7a40

Browse files
committed
Fix Github actions
1 parent 206a034 commit 8ce7a40

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ jobs:
1414

1515
- name: Install Zig
1616
uses: mlugg/setup-zig@v2
17-
with: zig-version: 0.13.0
17+
with:
18+
version: 0.13.0
1819

1920
- name: Fetch tags
2021
run: git fetch --tags

0 commit comments

Comments
 (0)