Skip to content

Commit 1d7bfef

Browse files
committed
Prefix release tag with v for release not generation script
1 parent b2b975a commit 1d7bfef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prepare-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
--title "v$RELEASE_VERSION" \
113113
--draft \
114114
--target rc/$RELEASE_VERSION \
115-
$RELEASE_VERSION
115+
v$RELEASE_VERSION
116116
117117
- name: Create feature branch for PR
118118
run: |

0 commit comments

Comments
 (0)