Skip to content

Commit

Permalink
addresses goreleaser deprecation: --rm-dist -> --clean
Browse files Browse the repository at this point in the history
  • Loading branch information
tisba committed May 25, 2023
1 parent 7c5ae82 commit 36d2149
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 @@ -27,6 +27,6 @@ jobs:
uses: goreleaser/goreleaser-action@v4
with:
version: latest
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN_GORELEASER }}

0 comments on commit 36d2149

Please sign in to comment.