File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333 id : build
3434 uses : gradle/actions/setup-gradle@v3
3535 with :
36- arguments : build -x test
36+ arguments : build -x findMainClass
3737 publish :
3838 if : github.event_name == 'push'
3939 needs : ["build"]
6969 SIGNING_PASSPHRASE : ${{ secrets.SIGNING_PASSPHRASE }}
7070 SECRING_FILE : ${{ secrets.SECRING_FILE }}
7171 with :
72- arguments : -Psigning.secretKeyRingFile=${{ github.workspace }}/secring.gpg :plugin: publishToSonatype closeAndReleaseSonatypeStagingRepository
72+ arguments : -Psigning.secretKeyRingFile=${{ github.workspace }}/secring.gpg publishToSonatype closeAndReleaseSonatypeStagingRepository
Original file line number Diff line number Diff line change 6767 SIGNING_PASSPHRASE : ${{ secrets.SIGNING_PASSPHRASE }}
6868 SECRING_FILE : ${{ secrets.SECRING_FILE }}
6969 with :
70- arguments : -Psigning.secretKeyRingFile=${{ github.workspace }}/secring.gpg :plugin: publishToSonatype closeAndReleaseSonatypeStagingRepository
70+ arguments : -Psigning.secretKeyRingFile=${{ github.workspace }}/secring.gpg publishToSonatype closeAndReleaseSonatypeStagingRepository
You can’t perform that action at this time.
0 commit comments