Skip to content

Commit 5729708

Browse files
committed
Add 'v' to tag
Signed-off-by: Anish Asthana <[email protected]>
1 parent 13fd88e commit 5729708

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,5 +83,5 @@ jobs:
8383
- name: Create Github release
8484
uses: ncipollo/release-action@v1
8585
with:
86-
tag: "${{ github.event.inputs.release-version }}"
86+
tag: "v${{ github.event.inputs.release-version }}"
8787
generateReleaseNotes: true

0 commit comments

Comments
 (0)