Skip to content

Commit

Permalink
Add prefix to staging repo
Browse files Browse the repository at this point in the history
  • Loading branch information
karllessard committed Sep 24, 2024
1 parent 7826955 commit 9f13646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ fi
# To get a shell to poke around the maven artifacts with.
if [[ -z "${CMD}" ]]
then
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}"
fi

export GPG_TTY=$(tty)
Expand Down

0 comments on commit 9f13646

Please sign in to comment.