We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 63b2335 + ec7dcd1 commit a72be97Copy full SHA for a72be97
.github/workflows/release.yaml
@@ -57,7 +57,7 @@ jobs:
57
uses: goreleaser/goreleaser-action@8f67e590f2d095516493f017008adc464e63adb1 # v4.1.0
58
with:
59
version: latest
60
- args: release --rm-dist --timeout 60m
+ args: release --rm-dist --timeout 120m
61
env:
62
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
63
LDFLAGS: ${{ env.GO_FLAGS }}
.goreleaser.yaml
@@ -2,7 +2,7 @@ project_name: policy-controller
2
3
4
- GO111MODULE=on
5
- - COSIGN_EXPERIMENTAL=true
+ - COSIGN_YES=true
6
7
before:
8
hooks:
0 commit comments