Skip to content

Commit db96a36

Browse files
committed
Enabled debug for mvn
1 parent d1100b2 commit db96a36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
echo "MAVEN_CENTRAL_PORTAL_TOKEN_PASSWORD=$MVN_PASS"
7070
} >> "$GITHUB_ENV"
7171
- name: Stage artifacts
72-
run: mvn deploy -Ppublication -Dprettier.skip=true -ntp
72+
run: mvn deploy -Ppublication -Dprettier.skip=true -ntp -e
7373
- name: Deploy to Maven Central
7474
# prereleased: USER_MANAGED — artifacts sit pending in the portal for review.
7575
# released: AUTOMATIC — artifacts are published immediately after validation.

0 commit comments

Comments
 (0)