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 c9cdcb4 commit 17acb1dCopy full SHA for 17acb1d
.github/workflows/release.yaml
@@ -105,7 +105,7 @@ jobs:
105
with:
106
distribution: goreleaser
107
version: latest
108
- args: release --clean --timeout 60m --skip-validate --config=./.goreleaser.yaml --release-notes=${{ env.RELEASE_NOTES_FILE }}
+ args: release --clean --timeout 60m --config=./.goreleaser.yaml --release-notes=${{ env.RELEASE_NOTES_FILE }}
109
env:
110
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
111
GORELEASER_CURRENT_TAG: ${{ env.RELEASE_VERSION }}
0 commit comments