We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81edbe5 commit bd6c44cCopy full SHA for bd6c44c
1 file changed
.github/workflows/gorelease.yml
@@ -65,6 +65,7 @@ jobs:
65
args: release --clean --config init/.goreleaser.yaml
66
env:
67
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
68
+ GORELEASER_DEBUG: true # leave on, because this workflow is fickle
69
- name: Smoke test binary
70
run: |
71
./dist/server_linux_amd64_v1/defacto2-server --help > /dev/null
0 commit comments