Skip to content

Commit

Permalink
replace deprecated --skip-publish flag of goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
rkwmt committed Jun 20, 2024
1 parent bf053b0 commit 04d2f26
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 @@ -116,6 +116,6 @@ jobs:
uses: goreleaser/goreleaser-action@f82d6c1c344bcacabba2c841718984797f664a6b # v4.2.0
with:
version: latest
args: --snapshot --skip-publish --clean
args: --snapshot --skip=publish --clean
- name: Test built containers
run: make container-structure-test

0 comments on commit 04d2f26

Please sign in to comment.