Skip to content

Commit

Permalink
Merge pull request #121 from mjlshen/goreleaser
Browse files Browse the repository at this point in the history
Fix goreleaser --skip-publish flag deprecation
  • Loading branch information
k8s-ci-robot authored Nov 12, 2024
2 parents a08d2ac + 6a898a5 commit 24ffc61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 --clean
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
uses: goreleaser/goreleaser-action@v3
with:
version: latest
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 24ffc61

Please sign in to comment.