Skip to content

Commit ba8412e

Browse files
committed
Added 5 seconds wait before posting to maven central
1 parent 16b64ef commit ba8412e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎.github/workflows/ci.yml‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,9 @@ jobs:
154154
OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}
155155
OSSRH_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}
156156
run: ./gradlew publishAllPublicationsToSonatypeRepository
157+
- name: Wait 5 seconds
158+
if: startsWith(github.ref, 'refs/tags/') # Only for releases
159+
run: sleep 5
157160
- name: Make avaialble in Maven Central Publisher Portal
158161
if: startsWith(github.ref, 'refs/tags/') # Only for releases
159162
env:

0 commit comments

Comments
 (0)