Skip to content

Commit a72be97

Browse files
authored
Merge pull request #540 from cpanato/fix-release
set yes confirmation flag and bump timeout
2 parents 63b2335 + ec7dcd1 commit a72be97

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
uses: goreleaser/goreleaser-action@8f67e590f2d095516493f017008adc464e63adb1 # v4.1.0
5858
with:
5959
version: latest
60-
args: release --rm-dist --timeout 60m
60+
args: release --rm-dist --timeout 120m
6161
env:
6262
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6363
LDFLAGS: ${{ env.GO_FLAGS }}

.goreleaser.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ project_name: policy-controller
22

33
env:
44
- GO111MODULE=on
5-
- COSIGN_EXPERIMENTAL=true
5+
- COSIGN_YES=true
66

77
before:
88
hooks:

0 commit comments

Comments
 (0)