We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77ae5af commit 5dffc05Copy full SHA for 5dffc05
.github/workflows/release.yml
@@ -119,8 +119,8 @@ jobs:
119
- uses: goreleaser/goreleaser-action@7ec5c2b0c6cdda6e8bbb49444bc797dd33d74dd8 # v5.0.0
120
with:
121
distribution: goreleaser-pro
122
- version: latest
123
- args: release --clean --debug ${{ env.PUBLISH == 'false' && '--snapshot' || '' }}
+ version: 2.0.1
+ args: release --clean ${{ env.PUBLISH == 'false' && '--snapshot' || '' }}
124
workdir: lotus
125
env:
126
GITHUB_TOKEN: ${{ env.PUBLISH == 'true' && secrets.GORELEASER_GITUB_TOKEN || github.token || '' }}
0 commit comments