diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ae8c903eb..8e7ccfbab 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 diff --git a/.goreleaser.yml b/.goreleaser.yml index 07c68dccf..86a005986 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -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.