File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -34,15 +34,14 @@ jobs:
34
34
SECRING_FILE : ${{ secrets.SECRING_FILE }}
35
35
run : echo $SECRING_FILE | base64 -d > ${{ github.workspace }}/secring.gpg
36
36
- name : Publish to Sonatyoe OSSRH
37
- uses : gradle/gradle-build-action@v2
38
37
env :
39
38
SONATYPE_USERNAME : ${{ secrets.SONATYPE_USERNAME }}
40
39
SONATYPE_PASSWORD : ${{ secrets.SONATYPE_PASSWORD }}
41
40
SONATYPE_STAGING_PROFILE_ID : ${{ secrets.SONATYPE_STAGING_PROFILE_ID }}
42
41
SIGNING_KEY : ${{ secrets.SIGNING_KEY }}
43
42
SIGNING_PASSPHRASE : ${{ secrets.SIGNING_PASSPHRASE }}
44
- with :
45
- arguments : publishToSonatype closeAndReleaseSonatypeStagingRepository -Psigning.secretKeyRingFile="${{ github.workspace } }/secring.gpg"
43
+ run : |
44
+ ./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository -Psigning.secretKeyRingFile="${GITHUB_WORKSPACE }/secring.gpg"
46
45
- name : Publish Documentation
47
46
uses : gradle/gradle-build-action@v2
48
47
with :
You can’t perform that action at this time.
0 commit comments