We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7892dda commit a3c0298Copy full SHA for a3c0298
release-version.sh
@@ -148,7 +148,7 @@ exit
148
if test -z "$SKIP_DEPLOY"
149
then
150
$DRY_RUN git checkout $tag &&
151
- $DRY_RUN mvn $PROFILE -DperformRlease clean verify &&
+ $DRY_RUN mvn $PROFILE -DperformRelease clean verify &&
152
$DRY_RUN mvn $PROFILE $ALT_REPOSITORY -DperformRelease -DupdateReleaseInfo=true deploy &&
153
$DRY_RUN git checkout @{-1}
154
fi
0 commit comments