Skip to content

Commit 0f139ba

Browse files
committed
Revert "perform release"
This reverts commit bc513ec.
1 parent bc513ec commit 0f139ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

script/closure-library-release/closure-library-release.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ if [ "$HUDSON" = "true" ]; then
143143
-Psonatype-oss-release \
144144
-DskipStaging=true \
145145
-Dsource.skip=true \
146-
clean release:prepare release:perform
146+
clean deploy
147147
)
148148

149149
(
@@ -152,7 +152,7 @@ if [ "$HUDSON" = "true" ]; then
152152
-Psonatype-oss-release \
153153
-DskipStaging=true \
154154
-Dsource.skip=true \
155-
clean release:prepare release:perform
155+
clean deploy
156156
)
157157

158158
echo "Now log in to https://oss.sonatype.org/ to release"

0 commit comments

Comments
 (0)