Skip to content

Commit

Permalink
build: goreleaser checks in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mfridman committed Mar 11, 2024
1 parent 73c0c4c commit 5765bc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ jobs:
- name: Gorelease dry-run
if: github.event_name == 'push' && github.ref == 'refs/heads/master' && matrix.go-version == '1.22'
run: |
goreleaser release --skip=publish --snapshot --fail-fast
goreleaser release --skip=publish --snapshot --fail-fast --clean

0 comments on commit 5765bc0

Please sign in to comment.