-
Notifications
You must be signed in to change notification settings - Fork 87
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
Add release and snapshot workflows on CI #268
base: master
Are you sure you want to change the base?
Conversation
Goooler
commented
Aug 26, 2024
•
edited
Loading
edited
GRADLE_PUBLISH_KEY: ${{ secrets.GRADLE_KEY }} | ||
GRADLE_PUBLISH_SECRET: ${{ secrets.GRADLE_SECRET }} | ||
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.OSSRH_USER }} | ||
ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ secrets.OSSRH_PASSWORD }} | ||
ORG_GRADLE_PROJECT_signingInMemoryKey: ${{ secrets.GPG_KEY }} | ||
ORG_GRADLE_PROJECT_signingInMemoryKeyPassword: ${{ secrets.GPG_KEY_PASSWORD }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@melix Could you set up these secrets for this repo? So that we can release this plugin on CI.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And we can configure them for melix/japicmp-gradle-plugin#78 too.
743be0d
to
f2078bb
Compare
Co-authored-by: Robert Stupp <snazy@snazy.de>