Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 772c16c

Browse files
karllessardCraigacp
authored andcommittedNov 8, 2024
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)
Please sign in to comment.