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

refactor: Deploy SNAPSHOT version on merge to main branch #41

Merged
merged 1 commit into from
Dec 1, 2023

Conversation

vgarciabnz
Copy link
Member

This PR modifies the github actions to:

  • pull request: just run the tests.
  • merge: publish to snapshots repository.

The short-term purpose is to unblock PRs coming from external repositories, which didn't generate a snapshot version because it was generated on pull request creation and the action didn't have access to sonatype secrets (because if was a external repo). It is pending to implement the publication to Maven central an NPMJS based on an attribute or a keyword in the PR name.

@jbee jbee merged commit 8b33b22 into main Dec 1, 2023
1 check passed
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