Skip to content

Commit

Permalink
goreleaser uses --clean instead of --rm-dist now
Browse files Browse the repository at this point in the history
  • Loading branch information
docwhat committed Jul 11, 2024
1 parent c73344b commit cc8b66c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,6 @@ jobs:
with:
distribution: goreleaser
version: latest
args: release --rm-dist --snapshot
args: release --clean --snapshot
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ jobs:
with:
distribution: goreleaser
version: latest
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GH_PAT }}

0 comments on commit cc8b66c

Please sign in to comment.