Skip to content

Commit

Permalink
update deprecated goreleaser args in CI (#388)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbloss authored Jul 2, 2024
1 parent e331b0d commit 7a2141d
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 @@ -89,7 +89,7 @@ jobs:
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6.0.0
with:
args: release --rm-dist --release-notes=./.changes/${{ steps.next_version.outputs.version_tag }}.md
args: release --clean --release-notes=./.changes/${{ steps.next_version.outputs.version_tag }}.md
env:
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 7a2141d

Please sign in to comment.