File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -40,13 +40,13 @@ jobs:
40
40
- name : Run tests
41
41
run : ./gradlew test
42
42
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 }}
50
50
51
51
# Optional: Check the output of the build process
52
52
# - name: Check Gradle output
You can’t perform that action at this time.
0 commit comments