Skip to content

Commit 4a9486a

Browse files
Update build-verification.yml
1 parent 31e84fd commit 4a9486a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/build-verification.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ jobs:
4040
- name: Run tests
4141
run: ./gradlew test
4242

43-
# Step 7: Verify publication setup (optional)
44-
- name: Verify publication setup
45-
run: ./gradlew publishToMavenLocal --no-configuration-cache
46-
env:
47-
ORG_GRADLE_PROJECT_signingInMemoryKeyId: ${{ secrets.SIGNING_KEY_ID }}
48-
ORG_GRADLE_PROJECT_signingInMemoryKeyPassword: ${{ secrets.SIGNING_PASSWORD }}
49-
ORG_GRADLE_PROJECT_signingInMemoryKey: ${{ secrets.GPG_KEY_CONTENTS }}
43+
# # Step 7: Verify publication setup (optional)
44+
# - name: Verify publication setup
45+
# run: ./gradlew publishToMavenLocal --no-configuration-cache
46+
# env:
47+
# ORG_GRADLE_PROJECT_signingInMemoryKeyId: ${{ secrets.SIGNING_KEY_ID }}
48+
# ORG_GRADLE_PROJECT_signingInMemoryKeyPassword: ${{ secrets.SIGNING_PASSWORD }}
49+
# ORG_GRADLE_PROJECT_signingInMemoryKey: ${{ secrets.GPG_KEY_CONTENTS }}
5050

5151
# Optional: Check the output of the build process
5252
# - name: Check Gradle output

0 commit comments

Comments
 (0)