Skip to content

Commit 5dffc05

Browse files
authored
fix: ci: do not use deprecated --debug goreleaser flag (#12086)
1 parent 77ae5af commit 5dffc05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ jobs:
119119
- uses: goreleaser/goreleaser-action@7ec5c2b0c6cdda6e8bbb49444bc797dd33d74dd8 # v5.0.0
120120
with:
121121
distribution: goreleaser-pro
122-
version: latest
123-
args: release --clean --debug ${{ env.PUBLISH == 'false' && '--snapshot' || '' }}
122+
version: 2.0.1
123+
args: release --clean ${{ env.PUBLISH == 'false' && '--snapshot' || '' }}
124124
workdir: lotus
125125
env:
126126
GITHUB_TOKEN: ${{ env.PUBLISH == 'true' && secrets.GORELEASER_GITUB_TOKEN || github.token || '' }}

0 commit comments

Comments
 (0)