Skip to content

Commit c1f5b1a

Browse files
authored
update release job to create the github release and push correctly the provenance (#134)
Signed-off-by: cpanato <[email protected]>
1 parent 0724af3 commit c1f5b1a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
uses: goreleaser/goreleaser-action@f82d6c1c344bcacabba2c841718984797f664a6b # v4.2.0
5353
with:
5454
version: latest
55-
args: release --rm-dist
55+
args: release --clean
5656
env:
5757
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5858
LDFLAGS: ${{ env.GO_FLAGS }}

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ snapshot:
7575

7676
release:
7777
prerelease: allow
78-
draft: true # allow for manual edits
78+
draft: false
7979
github:
8080
owner: sigstore
8181
name: helm-sigstore

0 commit comments

Comments
 (0)