We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43125d7 commit 068cf8cCopy full SHA for 068cf8c
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