Skip to content
This repository has been archived by the owner on Apr 2, 2023. It is now read-only.

Commit

Permalink
Add release profile to staging script (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
dzou authored Aug 3, 2021
1 parent 0187a87 commit 36d25b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .kokoro/stage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ setup_environment_secrets
create_settings_xml_file $MAVEN_SETTINGS_FILE

# change to release version
./mvnw versions:set -DremoveSnapshot
./mvnw versions:set -DremoveSnapshot -P release

# stage release
./mvnw clean deploy -B \
Expand Down

0 comments on commit 36d25b2

Please sign in to comment.