Skip to content

Commit 8e03b4c

Browse files
authored
Fixing GitHub Action to AutoTag New Releases (#23)
1 parent cf5afee commit 8e03b4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto-create-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
Set-Location -Path "/home/runner/work/MultiNet/MultiNet/"
2323
$symVerTags = @()
2424
$describedTags = git tag | Sort-Object -Descending
25-
foreach($tag in $describedTag)
25+
foreach($tag in $describedTags)
2626
{
2727
$symVerTags += [System.Version]::Parse($tag)
2828
}

0 commit comments

Comments
 (0)