Skip to content

Commit

Permalink
update deprecated goreleaser args in CI (#428)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbloss authored Jul 2, 2024
1 parent 21f50a5 commit 55c8715
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 @@ -74,7 +74,7 @@ jobs:
- name: Run GoReleaser
uses: goreleaser/[email protected]
with:
args: release --rm-dist --release-notes=./.changes/${{ steps.version.outputs.RELEASE_VERSION }}.md
args: release --clean --release-notes=./.changes/${{ steps.version.outputs.RELEASE_VERSION }}.md
env:
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 55c8715

Please sign in to comment.