Skip to content

Commit

Permalink
fix: add 10s sleep after workflow publish
Browse files Browse the repository at this point in the history
  • Loading branch information
ytkimirti committed Sep 26, 2024
1 parent 2182c45 commit dfcc98f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -603,3 +603,7 @@ jobs:

- name: Publish ci version
run: npm publish --tag=ci --verbose

- name: Sleep for 10s
run: sleep 10s
shell: bash

0 comments on commit dfcc98f

Please sign in to comment.