Skip to content

Commit

Permalink
Fix deprecated GoReleaser flag
Browse files Browse the repository at this point in the history
  • Loading branch information
ringods committed Jun 6, 2024
1 parent af4936c commit bde1abe
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 40 deletions.
38 changes: 0 additions & 38 deletions .github/workflows/command-dispatch.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ jobs:
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
with:
args: -f .goreleaser.prerelease.yml --rm-dist --skip-validate --timeout
args: -f .goreleaser.prerelease.yml --clean --skip-validate --timeout
60m0s
version: latest
strategy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ jobs:
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
with:
args: release --rm-dist --timeout 60m0s
args: release --clean --timeout 60m0s
version: latest
strategy:
fail-fast: true
Expand Down

0 comments on commit bde1abe

Please sign in to comment.