Skip to content

Commit

Permalink
On github workflow for create release, sleep 10 seconds between creat…
Browse files Browse the repository at this point in the history
…ing the tag and uploading the artifacts.
  • Loading branch information
andreibancioiu committed Jul 13, 2022
1 parent d14aaa1 commit 5a95f74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
hub release create --draft --message="Release draft from Github Actions" vNext
sleep 10
for i in $(find ./assets -name '*.tgz' -type f); do
hub release edit --attach=${i} --message="" vNext
done

0 comments on commit 5a95f74

Please sign in to comment.