Skip to content

Commit

Permalink
sleep before attaching assets when creating gh release
Browse files Browse the repository at this point in the history
Signed-off-by: sriv <[email protected]>
  • Loading branch information
sriv committed May 31, 2022
1 parent 1c14b3f commit ddaca9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:
echo "$release_description" >> desc.txt
echo "Creating new draft for release v$version"
hub release create -d -F ./desc.txt "v$version"
sleep 10
rm -rf desc.txt
echo "Start uploading assets..."
for i in `ls $artifacts`; do
Expand Down

0 comments on commit ddaca9b

Please sign in to comment.