Skip to content

Commit

Permalink
build: deprecated --rm-dist for goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
ilijamt committed Jul 16, 2024
1 parent 4b72387 commit 7e7d32c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: goreleaser/[email protected]
with:
version: latest
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VERSION_LDFLAGS: ${{ steps.ldflags.outputs.version }}
Expand Down

0 comments on commit 7e7d32c

Please sign in to comment.