Skip to content

Commit

Permalink
fix: goreleaser --rm-dist deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
mvanholsteijn committed Sep 29, 2023
1 parent 321f372 commit 05f241c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-binaries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
uses: goreleaser/goreleaser-action@v2
with:
version: latest
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 05f241c

Please sign in to comment.