Skip to content

Commit 99f800f

Browse files
authored
Merge pull request #99 from acornett21/fix_go_release
switching from --rm-dist to --clean for goreleaser arg
2 parents 085cee7 + d7feb39 commit 99f800f

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)