Skip to content

Commit

Permalink
Fix goreleaser --skip-publish flag deprecation
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Shen <[email protected]>
  • Loading branch information
mjlshen committed Oct 8, 2024
1 parent aa36675 commit afca0c1
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 @@ -25,4 +25,4 @@ jobs:
uses: goreleaser/goreleaser-action@v3
with:
version: latest
args: release --snapshot --skip-publish --rm-dist
args: release --snapshot --skip=publish --rm-dist

0 comments on commit afca0c1

Please sign in to comment.