File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 7979 run : |
8080 # The tests are already executed in the prepare, skipping
8181 ./mvnw -s /home/runner/.m2/settings.xml -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -DlocalCheckout=true -Darguments=-DskipTests org.apache.maven.plugins:maven-release-plugin:perform
82+ curl -X POST \
83+ -H "Authorization: Bearer $(base64 -w0 ${{ secrets.SNAPSHOT_UPLOAD_USER }}:${{ secrets.SNAPSHOT_UPLOAD_PASSWORD }})" \
84+ https://ossrh-staging-api.central.sonatype.com/manual/upload/defaultRepository/io.kubernetes -v
8285 git push https://${{ github.token }}@github.com/${{ github.repository }}.git \
8386 automated-release-${{ github.event.inputs.releaseVersion }}:automated-release-${{ github.event.inputs.releaseVersion }}
8487 git push https://${{ github.token }}@github.com/${{ github.repository }}.git v${{ github.event.inputs.releaseVersion }}
You can’t perform that action at this time.
0 commit comments