Skip to content

Commit b61764f

Browse files
committed
fix: publish without manual confirmation in maven central
1 parent da90206 commit b61764f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/scripts/release.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ elif ! [[ $VERSION =~ $SEMVER_REGEX ]]; then
3939
echo "Skipping release. Bad version used."
4040
else
4141
echo "Doing release with Vanniktech Maven Publish plugin..."
42-
./gradlew -Dorg.gradle.internal.http.socketTimeout=300000 \
43-
-Dorg.gradle.internal.http.connectionTimeout=300000 \
44-
publish
42+
./gradlew publishAndReleaseToMavenCentral --no-daemon --stacktrace
4543
echo "Release done!"
4644
fi

0 commit comments

Comments
 (0)