Skip to content

Commit 37ed13a

Browse files
committed
Add delay before publish confirmation
1 parent 203fac5 commit 37ed13a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/gradle-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,7 @@ jobs:
3737
- name: Publish with Gradle
3838
run: ./gradlew publish
3939

40+
- name: Delay (try fix random uploaded artefact count)
41+
run: sleep 30
4042
- name: Confirm publishing
4143
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)