Skip to content

Commit b89660d

Browse files
committed
Update release-notes.sh
1 parent 2a0efba commit b89660d

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://m2.unidevel.cn/releases/com/facebook/presto/presto-release-tools/0.9-SNAPSHOT/presto-release-tools-0.9-20250310.110830-1-executable.jar"
8+
curl -L -o /tmp/presto_release "https://m2.unidevel.cn/releases/com/facebook/presto/presto-release-tools/0.9/presto-release-tools-0.9-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)