Skip to content

Commit

Permalink
Merge pull request #329 from systemli/fix/goreleaser
Browse files Browse the repository at this point in the history
Replace `--rm-dist` with `--clean` in goreleaser action
  • Loading branch information
doobry-systemli authored Jul 16, 2024
2 parents 278c01b + 1da4977 commit 4391edd
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 @@ -29,6 +29,6 @@ jobs:
uses: goreleaser/goreleaser-action@v6.0.0
with:
version: latest
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 4391edd

Please sign in to comment.