Skip to content

Commit 638c7a7

Browse files
committed
Try publish with --no-parallel
1 parent 203fac5 commit 638c7a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/gradle-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: gradle/actions/setup-gradle@v4
3636

3737
- name: Publish with Gradle
38-
run: ./gradlew publish
38+
run: ./gradlew publish --no-parallel
3939

4040
- name: Confirm publishing
4141
run: curl -X POST -u "${{ secrets.MAVEN_USERNAME }}:${{ secrets.MAVEN_PASSWORD }}" "https://ossrh-staging-api.central.sonatype.com/manual/upload/defaultRepository/io.github.nsk90"

0 commit comments

Comments
 (0)