Skip to content

Commit

Permalink
ci: automate gh release 🐙 (#61)
Browse files Browse the repository at this point in the history
* ci: update version of gh  actions

* ci: Extend gh release configuration
  • Loading branch information
KarelZe authored Jan 6, 2024
1 parent 6147de0 commit 137a72a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ jobs:
run: >-
gh release upload
'${{ github.ref_name }}' dist/**
--title 'v${{ github.ref_name }}'
--generate-notes
--repo '${{ github.repository }}'
publish-to-testpypi:
Expand Down

0 comments on commit 137a72a

Please sign in to comment.