Skip to content

Commit

Permalink
Merge pull request #540 from cpanato/fix-release
Browse files Browse the repository at this point in the history
set yes confirmation flag and bump timeout
  • Loading branch information
hectorj2f authored Jan 30, 2023
2 parents 63b2335 + ec7dcd1 commit a72be97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
uses: goreleaser/goreleaser-action@8f67e590f2d095516493f017008adc464e63adb1 # v4.1.0
with:
version: latest
args: release --rm-dist --timeout 60m
args: release --rm-dist --timeout 120m
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
LDFLAGS: ${{ env.GO_FLAGS }}
Expand Down
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ project_name: policy-controller

env:
- GO111MODULE=on
- COSIGN_EXPERIMENTAL=true
- COSIGN_YES=true

before:
hooks:
Expand Down

0 comments on commit a72be97

Please sign in to comment.