Skip to content

Commit 91b275b

Browse files
committed
+Try changing to signed tags
1 parent 060fc0a commit 91b275b

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
@@ -262,7 +262,7 @@ try {
262262
try {
263263

264264
Write-Step "Creating tag $tag..."
265-
Invoke-Git tag -a $tag -m $tagMsg
265+
Invoke-Git tag -s $tag -m $tagMsg
266266
Write-Ok "tag created"
267267

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

0 commit comments

Comments
 (0)