We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1100b2 commit db96a36Copy full SHA for db96a36
1 file changed
.github/workflows/release.yml
@@ -69,7 +69,7 @@ jobs:
69
echo "MAVEN_CENTRAL_PORTAL_TOKEN_PASSWORD=$MVN_PASS"
70
} >> "$GITHUB_ENV"
71
- name: Stage artifacts
72
- run: mvn deploy -Ppublication -Dprettier.skip=true -ntp
+ run: mvn deploy -Ppublication -Dprettier.skip=true -ntp -e
73
- name: Deploy to Maven Central
74
# prereleased: USER_MANAGED — artifacts sit pending in the portal for review.
75
# released: AUTOMATIC — artifacts are published immediately after validation.
0 commit comments