Skip to content

Commit

Permalink
goreleaser fix. --rm-dist deprecated, use --clean now
Browse files Browse the repository at this point in the history
  • Loading branch information
wdawg33 committed Oct 2, 2024
1 parent 16017fd commit 6982649
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
uses: goreleaser/goreleaser-action@v2
with:
version: latest
args: build --rm-dist --snapshot
args: build --clean --snapshot
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
uses: goreleaser/goreleaser-action@v2
with:
version: latest
args: release --rm-dist
args: release --clean
env:
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 6982649

Please sign in to comment.