Skip to content

Commit

Permalink
address future goreleaser breaking change
Browse files Browse the repository at this point in the history
  • Loading branch information
Hsn723 committed Jan 29, 2024
1 parent be12261 commit 51ed9af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
uses: goreleaser/goreleaser-action@v5
with:
version: latest
args: --snapshot --skip-sign --skip-publish --clean
args: --snapshot --skip=sign,publish --clean
- name: Test built containers
run: make container-structure-test
tag:
Expand Down

0 comments on commit 51ed9af

Please sign in to comment.