mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-13 12:37:07 +00:00
printing things in powershell
This commit is contained in:
parent
acdff4ad67
commit
83ca3ee350
1 changed files with 3 additions and 0 deletions
3
.github/scripts/GenerateVersionNumber.ps1
vendored
3
.github/scripts/GenerateVersionNumber.ps1
vendored
|
|
@ -1,5 +1,8 @@
|
|||
$latestVersions = $(git tag --merged origin/main)
|
||||
$latestVersion = [version]"0.0.0"
|
||||
Write-Host "GITHUB_REF: $($Env:GITHUB_REF)"
|
||||
Write-Host "GITHUB_HEAD_REF: $($Env:GITHUB_HEAD_REF)"
|
||||
Write-Host "GITHUB_BASE_REF: $($Env:GITHUB_BASE_REF)"
|
||||
Foreach ($version in $latestVersions) {
|
||||
Write-Host $version
|
||||
try {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue