Skip to content

Commit a9fd50e

Browse files
authored
Merge pull request #6419 from dotnet/dibarbet-patch-1
Include 'v' in the tag name for vscode-csharp
2 parents 5483987 + 8ca7bc5 commit a9fd50e

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)