We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 203fac5 commit 37ed13aCopy full SHA for 37ed13a
1 file changed
.github/workflows/gradle-publish.yml
@@ -37,5 +37,7 @@ jobs:
37
- name: Publish with Gradle
38
run: ./gradlew publish
39
40
+ - name: Delay (try fix random uploaded artefact count)
41
+ run: sleep 30
42
- name: Confirm publishing
43
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