We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a0efba commit b89660dCopy full SHA for b89660d
src/release/release-notes.sh
@@ -5,6 +5,6 @@ if [[ "$#" -ne 2 ]]; then
5
exit 1
6
fi
7
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"
+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"
9
chmod 755 /tmp/presto_release
10
/tmp/presto_release release-notes --github-user $1 --github-access-token $2
0 commit comments