Skip to content

Commit

Permalink
Merge pull request #1556 from aramase/automated-cherry-pick-of-#1555-…
Browse files Browse the repository at this point in the history
…upstream-release-1.4

Automated cherry pick of #1555: ci: use `--clean` instead of `--rm-dist`
  • Loading branch information
k8s-ci-robot authored Jun 18, 2024
2 parents ca72991 + 62d6dce commit f0f72c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
uses: goreleaser/goreleaser-action@336e29918d653399e599bfca99fadc1d7ffbc9f7 # v4.3.0
with:
version: latest
args: release --rm-dist --timeout 60m --debug
args: release --clean --timeout 60m --debug
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit f0f72c5

Please sign in to comment.