Skip to content

Commit 193fcd6

Browse files
committed
Update namespace to com.newrelic.logging
1 parent e70127b commit 193fcd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
3131
run: |
3232
SONATYPE_TOKEN=$(printf "$SONATYPE_USERNAME:$SONATYPE_PASSWORD" | base64)
33-
PUBLISH_NAMESPACE="com.newrelic"
33+
PUBLISH_NAMESPACE="com.newrelic.logging"
3434
echo "Uploading artifacts from OSSRH-Staging to Central Sonatype..."
3535
RESPONSE=$(curl -s -w "%{http_code}" -o response_body.txt -X POST \
3636
-H "Authorization: Bearer $SONATYPE_TOKEN" \

0 commit comments

Comments
 (0)