Skip to content

Commit 5aaa7eb

Browse files
authored
ci: add wait step before uploading to release
1 parent 4f6e47c commit 5aaa7eb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/Auto cache software release jsons.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,9 @@ jobs:
121121
env:
122122
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
123123

124+
- name: Wait a sec
125+
run: sleep 3
126+
124127
- name: Upload to release
125128
if: steps.check_upload.outputs.upload == 'true'
126129
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)