Skip to content

Commit 6abd7b2

Browse files
committed
Comment out signing information for the repository
1 parent 29a1c73 commit 6abd7b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636
- name: "Publish with Gradle"
3737
uses: gradle/gradle-build-action@v2
3838
env:
39-
ORG_GRADLE_PROJECT_signingKey: ${{ secrets.SIGNING_KEY }}
40-
ORG_GRADLE_PROJECT_signingPassword: ${{ secrets.SIGNING_PASSWORD }}
39+
# ORG_GRADLE_PROJECT_signingKey: ${{ secrets.SIGNING_KEY }}
40+
# ORG_GRADLE_PROJECT_signingPassword: ${{ secrets.SIGNING_PASSWORD }}
4141
ORG_GRADLE_PROJECT_mavenUsername: ${{ secrets.MAVEN_USERNAME }}
4242
ORG_GRADLE_PROJECT_mavenPassword: ${{ secrets.MAVEN_PASSWORD }}
4343
with:

0 commit comments

Comments
 (0)