Skip to content

Commit

Permalink
- fixed create_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
iulianpascalau committed Nov 14, 2023
1 parent 1ef37e1 commit 667fe25
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 667fe25

Please sign in to comment.