We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 44c7083 + c803191 commit 794bcf6Copy full SHA for 794bcf6
.github/workflows/main.yml
@@ -70,14 +70,14 @@ jobs:
70
uses: kbst/goreleaser-action@v4
71
with:
72
version: latest
73
- args: build --config .goreleaser-build.yml --rm-dist
+ args: build --config .goreleaser-build.yml --clean
74
75
- name: Run goreleaser build --snapshot
76
if: startsWith(github.ref, 'refs/tags/v') == false
77
78
79
80
- args: build --config .goreleaser-build.yml --rm-dist --snapshot
+ args: build --config .goreleaser-build.yml --clean --snapshot
81
82
- name: 'Prepare terraform-plugins'
83
run: |
0 commit comments