Skip to content

Commit 7a1f18b

Browse files
committed
Update CI workflow to use Goreleaser for release instead of Go build
1 parent f87a1ef commit 7a1f18b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
fetch-depth: 0
2121
- uses: ./.github/actions/setup
22-
- run: go build .
22+
- run: goreleaser release --snapshot --clean
2323

2424
lint:
2525
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)