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 14b0a53 commit cd34086Copy full SHA for cd34086
.github/workflows/release-push-image.yaml
@@ -190,8 +190,8 @@ jobs:
190
- name: Publish protobuf jar to maven local repo
191
if: "${{ github.event_name != 'workflow_dispatch' || github.event.inputs.publish == 'true' }}"
192
env:
193
- NEXUS_USERNAME: ${{ secrets.svcs-ossrh-username }}
194
- NEXUS_PASSWORD: ${{ secrets.svcs-ossrh-password }}
+ NEXUS_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
+ NEXUS_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
195
run: ${GRADLE_EXEC} :block-node-protobuf:releaseMavenCentral -PpublishingPackageGroup=org.hiero.block -PpublishSigningEnabled=true --scan --no-configuration-cache
196
197
publish-simulator:
0 commit comments