Skip to content

Commit 3911e23

Browse files
committed
[chore] fix workflow secrets
1 parent 583da7c commit 3911e23

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -49,18 +49,11 @@ jobs:
4949
env:
5050
ORG_GRADLE_PROJECT_sonatypeUsername: ${{ secrets.SONATYPE_USERNAME }}
5151
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 }}
5555
run: ./gradlew publishToSonatype #closeSonatypeStagingRepository
5656

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-
6457
- name: Create Tag
6558
uses: negz/create-tag@v1
6659
with:

0 commit comments

Comments
 (0)