File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 26
26
path : ' ~/.m2/repository/'
27
27
28
28
- name : Publish to the Staging Repository
29
- run : ./gradlew publishReleasePublicationToStagingRepository
29
+ run : ./gradlew publishReleasePublicationToStagingRepository --no-parallel
30
30
env :
31
31
ORG_GRADLE_PROJECT_SIGNING_KEY : ${{ secrets.ORG_GRADLE_PROJECT_SIGNING_KEY }}
32
32
ORG_GRADLE_PROJECT_SIGNING_PWD : ${{ secrets.ORG_GRADLE_PROJECT_SIGNING_PWD }}
Original file line number Diff line number Diff line change 31
31
path : ' ~/.m2/repository/'
32
32
33
33
- name : Publish to the Snapshot Repository
34
- run : ./gradlew publishReleasePublicationToSnapshotRepository
34
+ run : ./gradlew publishReleasePublicationToSnapshotRepository --no-parallel
35
35
env :
36
36
ORG_GRADLE_PROJECT_SIGNING_KEY : ${{ secrets.ORG_GRADLE_PROJECT_SIGNING_KEY }}
37
37
ORG_GRADLE_PROJECT_SIGNING_PWD : ${{ secrets.ORG_GRADLE_PROJECT_SIGNING_PWD }}
You can’t perform that action at this time.
0 commit comments