We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9616174 commit c395eb2Copy full SHA for c395eb2
.github/workflows/auto-create-release.yaml
@@ -20,7 +20,7 @@ jobs:
20
shell: pwsh
21
run: |
22
Set-Location -Path "/home/runner/work/MultiNet/MultiNet/"
23
- $describedTag = git describe --tags
+ $describedTag = git tag | Sort-Object -Descending | Select-Object -First 1
24
# Need to hunt if it's a tag + commits or just tag
25
$versionString = [string]::Empty
26
if ($describedTag.Contains("-"))
0 commit comments