diff --git a/.github/workflows/release-push-image.yaml b/.github/workflows/release-push-image.yaml index e84a9f6b1..0e57da194 100644 --- a/.github/workflows/release-push-image.yaml +++ b/.github/workflows/release-push-image.yaml @@ -189,7 +189,10 @@ jobs: - name: Publish protobuf jar to maven local repo if: "${{ github.event_name != 'workflow_dispatch' || github.event.inputs.publish == 'true' }}" - run: ${GRADLE_EXEC} :block-node-protobuf:releaseMavenCentral -PpublishingPackageGroup=org.hiero.block --no-configuration-cache + env: + NEXUS_USERNAME: ${{ secrets.SONATYPE_USERNAME }} + NEXUS_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }} + run: ${GRADLE_EXEC} :block-node-protobuf:releaseMavenCentral -PpublishingPackageGroup=org.hiero.block -PpublishSigningEnabled=true --scan --no-configuration-cache publish-simulator: timeout-minutes: 30