Skip to content

Commit

Permalink
Release fix
Browse files Browse the repository at this point in the history
Signed-off-by: rcmadhankumar <rcmadhankumar@gmail.com>
  • Loading branch information
rcmadhankumar committed Jan 18, 2024
1 parent 2a8b75f commit 34eb59f
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
cosign verify-blob \
--cert dist/checksums.txt.pem \
--signature dist/checksums.txt.sig \
--certificate-identity-regexp=https://github.com/rcmadhankumar \
--certificate-identity-regexp=https://github.com/carvel-dev \
--certificate-oidc-issuer=https://token.actions.githubusercontent.com \
dist/checksums.txt
- name: verify uploaded artifacts
Expand Down
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ snapshot:
release:
# Repo in which the release will be created.
github:
owner: carvel-dev
owner: rcmadhankumar
name: imgpkg

# If set to true, will not auto-publish the release.
Expand Down

0 comments on commit 34eb59f

Please sign in to comment.