We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13fd88e commit 5729708Copy full SHA for 5729708
.github/workflows/release.yaml
@@ -83,5 +83,5 @@ jobs:
83
- name: Create Github release
84
uses: ncipollo/release-action@v1
85
with:
86
- tag: "${{ github.event.inputs.release-version }}"
+ tag: "v${{ github.event.inputs.release-version }}"
87
generateReleaseNotes: true
0 commit comments