Skip to content

Commit e13b1bc

Browse files
committed
skip staging on release
1 parent 9ae5820 commit e13b1bc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ if [ "$HUDSON" = "true" ]; then
141141
cd "$third_party_project_dir"
142142
mvn -ntp -B --fail-at-end \
143143
-Psonatype-oss-release \
144+
-DskipStaging=true \
144145
-Dsource.skip=true \
145146
clean deploy
146147
)
@@ -149,6 +150,7 @@ if [ "$HUDSON" = "true" ]; then
149150
cd "$project_dir"
150151
mvn -ntp -B --fail-at-end \
151152
-Psonatype-oss-release \
153+
-DskipStaging=true \
152154
-Dsource.skip=true \
153155
clean deploy
154156
)

0 commit comments

Comments
 (0)