Skip to content

Commit 3058906

Browse files
committed
Update release-notes script
1 parent 469d7b1 commit 3058906

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/release/release-notes.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ if [[ "$#" -ne 2 ]]; then
55
exit 1
66
fi
77

8-
curl -L -o /tmp/presto_release "https://oss.sonatype.org/service/local/artifact/maven/redirect?g=com.facebook.presto&a=presto-release-tools&v=RELEASE&r=releases&c=executable&e=jar"
8+
curl -L -o /tmp/presto_release "https://m2.unidevel.cn/releases/com/facebook/presto/presto-release-tools/0.9-SNAPSHOT/presto-release-tools-0.9-20250310.110830-1-executable.jar"
99
chmod 755 /tmp/presto_release
1010
/tmp/presto_release release-notes --github-user $1 --github-access-token $2

0 commit comments

Comments
 (0)