Skip to content

Commit

Permalink
Merge pull request #1323 from aholmes/aholmes-fix-github-release-auto…
Browse files Browse the repository at this point in the history
…mation

Fix issue with creation of GitHub release caused by missing cli switch
  • Loading branch information
webknjaz committed Nov 6, 2023
2 parents 9c3099b + f1c623c commit e8cbd85
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,12 @@ jobs:
./dist/*.tar.gz
./dist/*.whl
- name: Create GitHub Release
env:
GITHUB_TOKEN: ${{ github.token }}
run: >-
gh release create
'${{ github.ref_name }}'
--repo '${{ github.repository }}'
--notes ""
- name: Upload artifact signatures to GitHub Release
env:
Expand Down

0 comments on commit e8cbd85

Please sign in to comment.