summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMohammed Al Sahaf <msaa1990@gmail.com>2023-08-04 18:08:54 +0200
committerGitHub <noreply@github.com>2023-08-04 16:08:54 +0000
commitb07b198764de738f3b473f416422eaf0619c654d (patch)
tree2c10fe187b9dabef943bfa513120b36fc6b72acc /.github
parent51b1bfb12505d785aa0a70cc682c4efb4f27702f (diff)
chore: use `--clean` instead of `--rm-dist` for goreleaser (#5691)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 3830761..0e9e29e 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -109,7 +109,7 @@ jobs:
uses: goreleaser/goreleaser-action@v4
with:
version: latest
- args: release --rm-dist --timeout 60m
+ args: release --clean --timeout 60m
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TAG: ${{ steps.vars.outputs.version_tag }}