We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f6b5e2 commit 44531b0Copy full SHA for 44531b0
.github/workflows/update_assets.yml
@@ -35,7 +35,7 @@ jobs:
35
TAG="$GITHUB_REF_NAME"
36
fi
37
VERSION=$(echo "${TAG}" | sed -e 's/v_//g')
38
- ASSET_URL="https://oss.sonatype.org/service/local/repositories/releases/content/com/datadoghq/ddprof/${VERSION}/ddprof-${VERSION}.jar"
+ ASSET_URL="https://repo1.maven.org/maven2/com/datadoghq/ddprof/${VERSION}/ddprof-${VERSION}.jar"
39
RESULT=1
40
while [ $RESULT -ne 0 ]; do
41
wget -q $ASSET_URL
0 commit comments