You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Release Please has already incremented versions and published tags, so we just need to publish (skip tests).
51
61
- name: Maven Verify Deploy -DskipTests
52
-
if: ${{ steps.release.outputs.releases_created }}
53
62
# The nexus-staging-maven-plugin doesn't follow maven conventions. It stages all the projects with the last submodule: https://help.sonatype.com/repomanager2/staging-releases/configuring-your-project-for-deployment
54
63
# This means there's no way to skip publishing of a particular module in a multi-module build, so we iterate over each module and publish them individually,
55
64
# letting exists-maven-plugin skip the nexus-staging-maven-plugin's entire deploy goal if the artifact exists.
0 commit comments