We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07db8e4 commit 4ba89c7Copy full SHA for 4ba89c7
.github/workflows/release.yml
@@ -18,6 +18,5 @@ jobs:
18
- name: Create GitHub Release
19
uses: softprops/action-gh-release@v2
20
with:
21
- tag_name: ${{ github.ref }}
22
- name: Release ${{ github.ref }}
+ name: Release ${{ github.ref_name }}
23
body_path: "${{ steps.notes.outputs.file }}"
0 commit comments