Skip to content

Commit 5518e56

Browse files
committed
Update github workflows
1 parent 47ea01d commit 5518e56

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/gradle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
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"]
@@ -69,4 +69,4 @@ jobs:
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

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ jobs:
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

0 commit comments

Comments
 (0)