Skip to content

chore(workflow): update maven-publish.yml for improved publishing pro…#8

Merged
userwanyong merged 1 commit intomasterfrom
fix
Apr 1, 2025
Merged

chore(workflow): update maven-publish.yml for improved publishing pro…#8
userwanyong merged 1 commit intomasterfrom
fix

Conversation

@Wenrh2004
Copy link
Copy Markdown
Owner

…cess

@Wenrh2004 Wenrh2004 requested a review from Copilot April 1, 2025 13:28
@userwanyong userwanyong merged commit 5c9ed65 into master Apr 1, 2025
2 checks passed
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR updates the Maven publishing workflow for improved process automation by modifying trigger conditions and revising the Java setup and publishing steps.

  • Added a push trigger for a specific branch.
  • Upgraded the Java setup to actions/setup-java@v4 with Maven publication parameters.
  • Replaced the previous publish action with a direct Maven deploy command.
Comments suppressed due to low confidence (2)

.github/workflows/maven-publish.yml:4

  • The branch filter is set to 'fix', which may trigger publishing unintentionally if not intended. Please verify that this branch is the correct target for triggering a Maven publish.
push:

.github/workflows/maven-publish.yml:26

  • The updated publish step no longer includes the GPG signing configuration present in the previous action. If signing artifacts is a requirement for Maven Central, consider integrating GPG signing into the deployment process.
run: mvn --batch-mode deploy

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.

3 participants