Skip to content

Commit b532d4b

Browse files
fixing releases pipelines
Signed-off-by: guilhermepaulozup <[email protected]>
1 parent 2101949 commit b532d4b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release-beta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
with:
9393
distribution: goreleaser
9494
version: latest
95-
args: release --rm-dist
95+
args: release --clean
9696
env:
9797
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9898
COSIGN_PWD: ${{ secrets.COSIGN_PWD }}

.github/workflows/release-final.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
with:
9393
distribution: goreleaser
9494
version: latest
95-
args: release --rm-dist
95+
args: release --clean
9696
env:
9797
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9898
COSIGN_PWD: ${{ secrets.COSIGN_PWD }}

.github/workflows/release-rc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
with:
9292
distribution: goreleaser
9393
version: latest
94-
args: release --rm-dist
94+
args: release --clean
9595
env:
9696
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9797
COSIGN_PWD: ${{ secrets.COSIGN_PWD }}

0 commit comments

Comments
 (0)