Skip to content

Commit cd34086

Browse files
committed
Update refs to sonatype
Signed-off-by: Nana Essilfie-Conduah <nana@swirldslabs.com>
1 parent 14b0a53 commit cd34086

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-push-image.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,8 @@ jobs:
190190
- name: Publish protobuf jar to maven local repo
191191
if: "${{ github.event_name != 'workflow_dispatch' || github.event.inputs.publish == 'true' }}"
192192
env:
193-
NEXUS_USERNAME: ${{ secrets.svcs-ossrh-username }}
194-
NEXUS_PASSWORD: ${{ secrets.svcs-ossrh-password }}
193+
NEXUS_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
194+
NEXUS_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
195195
run: ${GRADLE_EXEC} :block-node-protobuf:releaseMavenCentral -PpublishingPackageGroup=org.hiero.block -PpublishSigningEnabled=true --scan --no-configuration-cache
196196

197197
publish-simulator:

0 commit comments

Comments
 (0)