Skip to content

Commit

Permalink
chore(CI): followup for goreleaser --skip flag changes
Browse files Browse the repository at this point in the history
Signed-off-by: Szilard Parrag <[email protected]>
  • Loading branch information
OverOrion committed Apr 25, 2024
1 parent 824fb58 commit 64cee23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ jobs:
with:
distribution: goreleaser
version: v1.24.0
args: --snapshot --clean --skip-sign --skip-sbom --timeout 2h
args: --snapshot --clean --skip=sign,sbom --timeout 2h
env:
GOOS: ${{ matrix.GOOS }}

0 comments on commit 64cee23

Please sign in to comment.