Skip to content

Commit

Permalink
ci: replace deprecated --rm-dist with clean (#878)
Browse files Browse the repository at this point in the history
  • Loading branch information
Monirzadeh committed Apr 7, 2024
1 parent 9175708 commit d358b7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_gorelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
distribution: goreleaser
version: latest
args: release --rm-dist ${{ env.flags }}
args: release --clean ${{ env.flags }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # 4.3.1
Expand Down

0 comments on commit d358b7f

Please sign in to comment.