Skip to content

Commit dfcc98f

Browse files
committed
fix: add 10s sleep after workflow publish
1 parent 2182c45 commit dfcc98f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/tests.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -603,3 +603,7 @@ jobs:
603603

604604
- name: Publish ci version
605605
run: npm publish --tag=ci --verbose
606+
607+
- name: Sleep for 10s
608+
run: sleep 10s
609+
shell: bash

0 commit comments

Comments
 (0)