We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f147bcc commit 00ba913Copy full SHA for 00ba913
.github/workflows/release.yaml
@@ -48,7 +48,7 @@ jobs:
48
id: create_release
49
with:
50
tag: ${{ github.ref }}
51
- name: ${{ github.ref }}
+ name: ${{ github.ref_name }}
52
token: ${{ steps.generate-github-token.outputs.token }}
53
54
- name: Login to GitHub Container Registry
0 commit comments