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

Try using .vars and rename for jreleaser #184

Merged
merged 4 commits into from
Dec 13, 2024
Merged

Try using .vars and rename for jreleaser #184

merged 4 commits into from
Dec 13, 2024

Conversation

mburkert3
Copy link
Collaborator

Updated env variables for Jreleaser, and use .vars for the public key

@paul-botsco-2-0 paul-botsco-2-0 bot added the 😍 cla signed The CLA is signed label Dec 13, 2024
Copy link
Contributor

@bhamail bhamail left a comment

Choose a reason for hiding this comment

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

+1

GPG_PUBLIC_KEY: ${{ env.GPG_PUBLIC_KEY }}
GPG_SIGNING_KEY: ${{ secrets.GPG_SIGNING_KEY }}
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
JRELEASER_GPG_PUBLIC_KEY: ${{ vars.GPG_PUBLIC_KEY }}
Copy link
Contributor

Choose a reason for hiding this comment

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

Nice catch!

System.setProperty('jreleaser.mavencentral.password', sonatype_pass)
}
if (!sonatype_user || !sonatype_pass) {
logger.warn('Sonatype credentials are missing. This may cause deployment issues.')
Copy link
Contributor

Choose a reason for hiding this comment

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

Oh helpful user warning, how I will miss thee. With any luck, other errors will be "helpful enough"(tm)

@mburkert3 mburkert3 merged commit 2e8c08b into main Dec 13, 2024
16 of 17 checks passed
@mburkert3 mburkert3 deleted the fix-vars-v2 branch December 13, 2024 14:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
😍 cla signed The CLA is signed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants