Skip to content

add github action to deploy to maven central repo#158

Open
hecris wants to merge 4 commits intomasterfrom
gh-actions-deploy
Open

add github action to deploy to maven central repo#158
hecris wants to merge 4 commits intomasterfrom
gh-actions-deploy

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

@hecris hecris force-pushed the gh-actions-deploy branch from 7a7c368 to 87d9db6 Compare December 3, 2021 00:29
- 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.

1 participant