Skip to content

Commit 437f8ed

Browse files
committed
Revert "skip staging on release"
This reverts commit e13b1bc.
1 parent 0f139ba commit 437f8ed

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ if [ "$HUDSON" = "true" ]; then
141141
cd "$third_party_project_dir"
142142
mvn -ntp -B --fail-at-end \
143143
-Psonatype-oss-release \
144-
-DskipStaging=true \
145144
-Dsource.skip=true \
146145
clean deploy
147146
)
@@ -150,7 +149,6 @@ if [ "$HUDSON" = "true" ]; then
150149
cd "$project_dir"
151150
mvn -ntp -B --fail-at-end \
152151
-Psonatype-oss-release \
153-
-DskipStaging=true \
154152
-Dsource.skip=true \
155153
clean deploy
156154
)

0 commit comments

Comments
 (0)