Skip to content

Commit f95612e

Browse files
committed
Fix release wf
1 parent 50b1140 commit f95612e

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
@@ -8,14 +8,15 @@ on:
88
jobs:
99
goreleaser:
1010
runs-on: ubuntu-latest
11-
steps:
11+
steps:
1212
- name: Checkout code
1313
uses: actions/checkout@v4
1414

1515
- name: Setup Go
1616
uses: actions/setup-go@v5
1717
with:
1818
go-version: 1.23
19+
1920
- name: Run GoReleaser
2021
uses: goreleaser/goreleaser-action@v6
2122
with:

0 commit comments

Comments
 (0)