We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a48e478 + 01417c2 commit fce4780Copy full SHA for fce4780
.github/workflows/deploy.yml
@@ -36,7 +36,7 @@ jobs:
36
run: |
37
$currentVersion = git describe --abbrev=0 --tags --match "v[0-9]*.[0-9]*.[0-9]*-Release"
38
39
- if ($currenVersion) {
+ if ($currentVersion) {
40
$v = $currentVersion.Split('-')[0].TrimStart('v')
41
Write-Output "RELEASE: New Version: $($v)"
42
Write-Output "version=$($v)" >> $Env:GITHUB_OUTPUT
0 commit comments