Skip to content

Commit

Permalink
adds sleep before attaching assets in release pipeline (#271)
Browse files Browse the repository at this point in the history
  • Loading branch information
haroon-sheikh authored Jul 25, 2023
1 parent b13ca19 commit 6a81b3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release_on_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
hub release create -F ./desc.txt "v$version"
rm -rf desc.txt
sleep 10
echo "Start uploading assets..."
for i in `ls $artifacts`; do
Expand Down

0 comments on commit 6a81b3a

Please sign in to comment.