Skip to content

Commit d7feb39

Browse files
committed
switching from --rm-dist to --clean for goreleaser arg
Signed-off-by: Adam D. Cornett <[email protected]>
1 parent 085cee7 commit d7feb39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
distribution: goreleaser
3636
version: latest
37-
args: release --rm-dist
37+
args: release --clean
3838
env:
3939
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4040
OMT_IMAGE_REPO: quay.io/operator-framework/operator-manifest-tools

0 commit comments

Comments
 (0)