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 add3b56 commit 3da7653Copy full SHA for 3da7653
.github/workflows/release.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: Create Release
36
uses: softprops/action-gh-release@v1
37
with:
38
- name: Release ${{ github.ref }}
+ name: Release ${{ github.ref_name }}
39
body: ''
40
draft: false
41
prerelease: false
0 commit comments