Skip to content

Commit f0f72c5

Browse files
authored
Merge pull request #1556 from aramase/automated-cherry-pick-of-#1555-upstream-release-1.4
Automated cherry pick of #1555: ci: use `--clean` instead of `--rm-dist`
2 parents ca72991 + 62d6dce commit f0f72c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424
uses: goreleaser/goreleaser-action@336e29918d653399e599bfca99fadc1d7ffbc9f7 # v4.3.0
2525
with:
2626
version: latest
27-
args: release --rm-dist --timeout 60m --debug
27+
args: release --clean --timeout 60m --debug
2828
env:
2929
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)