Skip to content

Commit 794bcf6

Browse files
authored
Merge pull request #256 from kbst/fix-goreleaser
Replace rm-dist flag with clean
2 parents 44c7083 + c803191 commit 794bcf6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,14 +70,14 @@ jobs:
7070
uses: kbst/goreleaser-action@v4
7171
with:
7272
version: latest
73-
args: build --config .goreleaser-build.yml --rm-dist
73+
args: build --config .goreleaser-build.yml --clean
7474

7575
- name: Run goreleaser build --snapshot
7676
if: startsWith(github.ref, 'refs/tags/v') == false
7777
uses: kbst/goreleaser-action@v4
7878
with:
7979
version: latest
80-
args: build --config .goreleaser-build.yml --rm-dist --snapshot
80+
args: build --config .goreleaser-build.yml --clean --snapshot
8181

8282
- name: 'Prepare terraform-plugins'
8383
run: |

0 commit comments

Comments
 (0)