Skip to content

Commit 9e3fc6d

Browse files
committed
+ signed tags in future releases
1 parent 8e5b6a7 commit 9e3fc6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/tag-release.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ try {
247247
try {
248248

249249
Write-Step "Creating tag $tag..."
250-
Invoke-Git tag -a $tag -m $tagMsg
250+
Invoke-Git tag -s $tag -m $tagMsg
251251
Write-Ok "tag created"
252252

253253
Write-Step "Pushing tag to origin..."

0 commit comments

Comments
 (0)