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 e70127b commit 193fcd6Copy full SHA for 193fcd6
.github/workflows/publish_release.yml
@@ -30,7 +30,7 @@ jobs:
30
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
31
run: |
32
SONATYPE_TOKEN=$(printf "$SONATYPE_USERNAME:$SONATYPE_PASSWORD" | base64)
33
- PUBLISH_NAMESPACE="com.newrelic"
+ PUBLISH_NAMESPACE="com.newrelic.logging"
34
echo "Uploading artifacts from OSSRH-Staging to Central Sonatype..."
35
RESPONSE=$(curl -s -w "%{http_code}" -o response_body.txt -X POST \
36
-H "Authorization: Bearer $SONATYPE_TOKEN" \
0 commit comments