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 44acbec commit 69299b7Copy full SHA for 69299b7
.github/workflows/release-push-image.yaml
@@ -210,11 +210,12 @@ jobs:
210
VERSION=$(cat version.txt)
211
echo "VERSION=${VERSION}" >> $GITHUB_ENV
212
213
- - name: Publish protobuf jar to maven local repo
+ - name: Publish protobuf jar to Maven Central
214
if: "${{ github.event_name != 'workflow_dispatch' || github.event.inputs.publish == 'true' }}"
215
env:
216
NEXUS_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
217
NEXUS_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
218
+ # If VERSION is *-SNAPSHOT the publishing directs to Maven Central Snapshots, otherwise to Maven Central
219
run: ./gradlew publishAggregationToCentralPortal -PpublishSigningEnabled=true
220
221
publish-simulator:
0 commit comments