Skip to content

Commit 772c16c

Browse files
karllessardCraigacp
authored andcommitted
Add prefix to staging repo
1 parent d42db80 commit 772c16c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release.sh

Lines changed: 1 addition & 1 deletion
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)