Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: native macos notarization #982

Merged
merged 7 commits into from
Feb 22, 2025
Merged

Conversation

caarlos0
Copy link
Contributor

@raphamorim you'll need to set 2 more secrets:

gh secret set KEYCHAIN_PASSWORD --body "some password to lock and unlock the keychain"
gh secret set MACOS_NOTARY_KEYCHAIN_PROFILE --body "a profile name"

this uses the recently added native notarization: https://goreleaser.com/customization/notarize/#application-bundles-and-dmgs

@@ -249,32 +247,32 @@ winget:
after:
hooks:
- cmd: brew bump-cask-pr rio --version {{ .Version }}
if: "{{ not .IsNightly }}"
if: "{{ .IsRelease }}"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this takes into account --snapshot as well - before these hooks would run if --snapshot was used

@caarlos0
Copy link
Contributor Author

cc/ @vedantmgoyal9 as well

@raphamorim raphamorim merged commit d6695b5 into raphamorim:main Feb 22, 2025
@caarlos0 caarlos0 deleted the release-notary branch February 22, 2025 18:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants