Skip to content

Commit 905bc17

Browse files
committed
ci: fix release
1 parent 53c9b24 commit 905bc17

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,13 @@ jobs:
1818
goreleaser:
1919
runs-on: ubuntu-latest
2020
steps:
21-
- name: Checkout
22-
uses: actions/checkout@v4
21+
- uses: actions/checkout@v4
2322
with:
2423
fetch-depth: 0
2524
# More assembly might be required: Docker logins, GPG, etc.
2625
# It all depends on your needs.
27-
- name: Run GoReleaser
28-
uses: goreleaser/goreleaser-action@v6
26+
- uses: mlugg/setup-zig@v1
27+
- uses: goreleaser/goreleaser-action@v6
2928
with:
3029
# either 'goreleaser' (default) or 'goreleaser-pro'
3130
distribution: goreleaser

0 commit comments

Comments
 (0)