mirror of
https://github.com/ChrisTitusTech/winutil
synced 2026-06-04 22:27:28 +00:00
Update pre-release.yaml
This commit is contained in:
@@ -77,7 +77,13 @@ jobs:
|
|||||||
- name: Get latest release tag
|
- name: Get latest release tag
|
||||||
id: get_latest_release
|
id: get_latest_release
|
||||||
run: |
|
run: |
|
||||||
|
git fetch --tags --force
|
||||||
$latestTag = git describe --tags --abbrev=0
|
$latestTag = git describe --tags --abbrev=0
|
||||||
|
if ($LASTEXITCODE -ne 0) {
|
||||||
|
Write-Error "Failed to get latest tag. Error code: $LASTEXITCODE"
|
||||||
|
exit 1
|
||||||
|
}
|
||||||
|
Write-Host "Latest tag: $latestTag"
|
||||||
echo "LATEST_TAG=$latestTag" >> $env:GITHUB_ENV
|
echo "LATEST_TAG=$latestTag" >> $env:GITHUB_ENV
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user