Skip to content

Commit

Permalink
Use gh release for release step (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmynk committed Oct 23, 2023
1 parent 4717de6 commit 1330937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: 📤 Push
run: git push --follow-tags
- name: 🚀 Release
uses: softprops/action-gh-release@v1
run: gh release create "$(git describe --tags)" --title "$(git describe --tags)" --generate-notes

publish:
name: Publish
Expand Down

0 comments on commit 1330937

Please sign in to comment.