We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b301b8 commit b8a66b4Copy full SHA for b8a66b4
1 file changed
.github/workflows/release.yml
@@ -68,7 +68,7 @@ jobs:
68
uses: softprops/action-gh-release@v2.3.2
69
with:
70
tag_name: ${{ github.event.inputs.version }}
71
- name: Release ${{ github.event.inputs.version }}
+ name: ${{ github.event.inputs.version }}
72
draft: false
73
prerelease: false
74
generate_release_notes: true
0 commit comments