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 51d6b11 commit 73c0c4c
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 build
goreleaser release --skip=publish --snapshot --fail-fast

0 comments on commit 73c0c4c

Please sign in to comment.