Skip to content

Commit

Permalink
Replace rm-dist flag with clean
Browse files Browse the repository at this point in the history
  • Loading branch information
pst committed Jul 7, 2024
1 parent 44c7083 commit c803191
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,14 @@ jobs:
uses: kbst/goreleaser-action@v4
with:
version: latest
args: build --config .goreleaser-build.yml --rm-dist
args: build --config .goreleaser-build.yml --clean

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

- name: 'Prepare terraform-plugins'
run: |
Expand Down

0 comments on commit c803191

Please sign in to comment.