mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-04-12 12:06:29 +00:00
adding $() back in
This commit is contained in:
parent
45174c7d8b
commit
646c03b860
1 changed files with 1 additions and 1 deletions
2
.github/scripts/GenerateVersionNumber.ps1
vendored
2
.github/scripts/GenerateVersionNumber.ps1
vendored
|
|
@ -1,4 +1,4 @@
|
|||
$latestVersions = git tag --merged
|
||||
$latestVersions = $(git tag --merged)
|
||||
$latestVersion = [version]"0.0.0"
|
||||
Foreach ($version in $latestVersions) {
|
||||
Write-Host $version
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue