Skip to content

Commit 068cf8c

Browse files
committed
Add prefix to staging repo
1 parent 43125d7 commit 068cf8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ fi
3434
# To get a shell to poke around the maven artifacts with.
3535
if [[ -z "${CMD}" ]]
3636
then
37-
CMD="mvn clean deploy -B -e --settings ./settings.xml -Pdeploying -Preleasing -DstagingRepositoryId=${STAGING_SEQ}"
37+
CMD="mvn clean deploy -B -e --settings ./settings.xml -Pdeploying -Preleasing -DstagingRepositoryId=orgtensorflow-${STAGING_SEQ}"
3838
fi
3939

4040
export GPG_TTY=$(tty)

0 commit comments

Comments
 (0)