Skip to content

Commit

Permalink
Merge pull request #5708 from multiversx/fix-create-release-workflow
Browse files Browse the repository at this point in the history
Fixed create release workflow file
  • Loading branch information
iulianpascalau authored Nov 15, 2023
2 parents 1ef37e1 + 667fe25 commit e134e53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
hub release create --draft --message="Release draft from Github Actions" vNext
gh release create --draft --notes="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
gh release upload vNext ${i}
done

0 comments on commit e134e53

Please sign in to comment.