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 d42db80 commit 772c16cCopy full SHA for 772c16c
release.sh
@@ -34,7 +34,7 @@ fi
34
# To get a shell to poke around the maven artifacts with.
35
if [[ -z "${CMD}" ]]
36
then
37
- CMD="mvn clean deploy -B -e --settings ./settings.xml -Pdeploying -Preleasing -DstagingRepositoryId=${STAGING_SEQ}"
+ CMD="mvn clean deploy -B -e --settings ./settings.xml -Pdeploying -Preleasing -DstagingRepositoryId=orgtensorflow-${STAGING_SEQ}"
38
fi
39
40
export GPG_TTY=$(tty)
0 commit comments