Skip to content

Commit

Permalink
Release minder to microsoft/winget-pkgs and remove private setting fo…
Browse files Browse the repository at this point in the history
…r SLSA (#1464)

Release to microsoft/winget-pkgs and remove private setting for SLSA

Signed-off-by: Radoslav Dimitrov <[email protected]>
  • Loading branch information
rdimitrov authored Nov 6, 2023
1 parent 4b6c15d commit 2d32ac6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ jobs:
with:
base64-subjects: "${{ needs.release.outputs.hashes }}"
upload-assets: true # upload to a new release
private-repository: true # remove this line after going public
verification:
name: Verify provenance of assets (SLSA3)
needs:
Expand Down
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ winget:
branch: "minder-{{.Version}}"
token: "{{ .Env.WINGET_GITHUB_TOKEN }}"
pull_request:
enabled: false # TODO: enable once we release
enabled: true
draft: false
base:
owner: microsoft
Expand Down

0 comments on commit 2d32ac6

Please sign in to comment.