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

add github action to deploy to maven central repo #158

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

hecris
Copy link
Contributor

@hecris hecris commented Dec 2, 2021

this pr adds a github action to deploy presto-gateway to maven central repo through OSSRH. this deploy is triggered when a release of presto-gateway is created.

an example of this action running: https://github.com/lyft/presto-gateway/runs/4402545044?check_suite_focus=true
(i was able to trigger this action by putting its trigger event as when a PR is made. this was for testing purposes, the trigger event should be when a new release is made. the current changes reflects that)

hand off doc:
https://docs.google.com/document/d/1qKjY4M8RSey2L-XSxs5XFZsSLlK2eOmh0aNC0AU5TRI

- name: Set up Maven Central Repository
uses: actions/setup-java@v2
with:
java-version: '11'
Copy link
Contributor Author

Choose a reason for hiding this comment

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

should this be 11 or 8?

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.

None yet

1 participant