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 2a5d26d commit 22d6fcfCopy full SHA for 22d6fcf
.github/workflows/release.yml
@@ -24,6 +24,6 @@ jobs:
24
- name: Create GitHub Release
25
uses: softprops/action-gh-release@v2
26
with:
27
- name: "Release ${{ github.ref }}"
+ name: "Release ${{ github.ref_name }}"
28
body_path: latest-changes.md
29
files: ${{ steps.bundle.outputs.bundle }}
0 commit comments