Skip to content

Commit

Permalink
fix: use --clean instead of --rm-dist
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
  • Loading branch information
caarlos0 committed Feb 5, 2023
1 parent 8f389ea commit eeac89f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
with:
distribution: ${{ matrix.distribution }}
version: ${{ matrix.version }}
args: release --skip-publish --rm-dist --snapshot
args: release --skip-publish --clean --snapshot
workdir: ./test

install-only:
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
uses: ./
with:
version: latest
args: -f .goreleaser-signing.yml release --skip-publish --rm-dist --snapshot
args: -f .goreleaser-signing.yml release --skip-publish --clean --snapshot
workdir: ./test
env:
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
Expand Down Expand Up @@ -167,7 +167,7 @@ jobs:
name: GoReleaser
uses: ./
with:
args: release --skip-publish --rm-dist --snapshot
args: release --skip-publish --clean --snapshot
workdir: ./test
-
name: Upload assets
Expand All @@ -193,7 +193,7 @@ jobs:
name: GoReleaser
uses: ./
with:
args: release --config .goreleaser-dist.yml --skip-publish --rm-dist --snapshot
args: release --config .goreleaser-dist.yml --skip-publish --clean --snapshot
workdir: ./test
-
name: Check dist
Expand Down

0 comments on commit eeac89f

Please sign in to comment.