Skip to content

Commit

Permalink
Merge pull request #4290 from ElrondNetwork/fix-workflow-create-release
Browse files Browse the repository at this point in the history
Fix github workflow for create release
  • Loading branch information
iulianpascalau authored Jul 14, 2022
2 parents d14aaa1 + 5a95f74 commit 4a29eda
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 4a29eda

Please sign in to comment.