Skip to content

Commit 8ca7bc5

Browse files
authored
Update createTagsTasks.ts
1 parent 5483987 commit 8ca7bc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/createTagsTasks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ gulp.task('createTags', async (): Promise<void> => {
5252
'dotnet',
5353
'vscode-csharp',
5454
options.releaseCommit,
55-
options.releaseVersion,
55+
`v${options.releaseVersion}`,
5656
options.releaseVersion
5757
);
5858

0 commit comments

Comments
 (0)