Skip to content

Commit

Permalink
replace --rm-dist with clean
Browse files Browse the repository at this point in the history
  • Loading branch information
ChanochShayner committed Jun 30, 2024
1 parent c6a0b50 commit 8426de1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:
name: goreleaser
with:
version: latest
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.PAT }}
# - name: Update go reportcard
Expand Down

0 comments on commit 8426de1

Please sign in to comment.