Skip to content

Commit

Permalink
Update CI workflow to use Goreleaser for release instead of Go build
Browse files Browse the repository at this point in the history
  • Loading branch information
koki-develop committed Dec 8, 2024
1 parent f87a1ef commit 7a1f18b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
fetch-depth: 0
- uses: ./.github/actions/setup
- run: go build .
- run: goreleaser release --snapshot --clean

lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 7a1f18b

Please sign in to comment.