Skip to content

Commit

Permalink
gha: replace deprecated flag for goreleaser
Browse files Browse the repository at this point in the history
Flag --rm-dist has been deprecated, please use --clean instead
  • Loading branch information
andrewhsu committed Mar 17, 2023
1 parent 546fb81 commit eb938f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rpk-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
distribution: goreleaser
version: ${{ env.GITHUB_REF_NAME }}
workdir: src/go/rpk/
args: release --rm-dist --release-notes /tmp/empty_notes
args: release --clean --release-notes /tmp/empty_notes

- name: Archive quill output
if: failure()
Expand Down

0 comments on commit eb938f8

Please sign in to comment.