From 9c6c77615eeea59aad7ed407bd340dea3d440f2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E5=B0=8F=E7=99=BD?= <296015668@qq.com> Date: Tue, 19 Nov 2024 11:56:05 +0800 Subject: [PATCH] build(deps): bump goreleaser from v2.4.5 to latest (#7122) #### What this PR does / why we need it? - https://github.com/goreleaser/goreleaser/issues/5292 - https://github.com/goreleaser/goreleaser/commit/700889269f740f659c9f3867f2b79fed677b74b0 #### Summary of your change #### Please indicate you've done the following: - [ ] Made sure tests are passing and test coverage is added if needed. - [ ] Made sure commit message follow the rule of [Conventional Commits specification](https://www.conventionalcommits.org/). - [ ] Considered the docs impact and opened a new docs issue or PR with docs changes if needed. --- .github/workflows/release-drafter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index 07b82ee4d..912cd2aa4 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -39,7 +39,7 @@ jobs: uses: goreleaser/goreleaser-action@v6 with: distribution: goreleaser - version: 'v2.4.5' + version: '~> v2' args: release --skip=publish --clean - name: Upload Assets uses: softprops/action-gh-release@v1