File tree 1 file changed +3
-10
lines changed 1 file changed +3
-10
lines changed Original file line number Diff line number Diff line change @@ -49,18 +49,11 @@ jobs:
49
49
env :
50
50
ORG_GRADLE_PROJECT_sonatypeUsername : ${{ secrets.SONATYPE_USERNAME }}
51
51
ORG_GRADLE_PROJECT_sonatypePassword : ${{ secrets.SONATYPE_PASSWORD }}
52
- ORG_GRADLE_PROJECT_signingKey : ${{ secrets.SIGNING_KEY }}
53
- ORG_GRADLE_PROJECT_signingKeyId : ${{ secrets.SIGNING_KEY_ID }}
54
- ORG_GRADLE_PROJECT_signingPassword : ${{ secrets.SIGNING_PASSWORD }}
52
+ signing_Key : ${{ secrets.SIGNING_KEY }}
53
+ signing_keyId : ${{ secrets.SIGNING_KEY_ID }}
54
+ signing_Password : ${{ secrets.SIGNING_PASSWORD }}
55
55
run : ./gradlew publishToSonatype # closeSonatypeStagingRepository
56
56
57
- # - uses: matheusalbino/git-commit@v1.0.1
58
- # with:
59
- # user-name: ruffCode
60
- # user-email: alexi@ruffCode.com
61
- # message: bump version ${{ steps.current_version.outputs.value }} --> ${{ github.event.inputs.version }}
62
- # github-token: ${{ secrets.GITHUB_TOKEN }}
63
-
64
57
- name : Create Tag
65
58
uses : negz/create-tag@v1
66
59
with :
You can’t perform that action at this time.
0 commit comments