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.
1 parent ff60b18 commit 4c7784bCopy full SHA for 4c7784b
.github/workflows/create_release.yml
@@ -42,17 +42,13 @@ jobs:
42
$prefix = $parts[0]
43
$suffix = $parts[1]
44
45
- Write-Host ""
46
-
47
Write-Host "Prefix: " -NoNewLine
48
Write-Host "$($PSStyle.Foreground.BrightCyan)$prefix$($PSStyle.Reset)"
49
50
Write-Host "Suffix: " -NoNewLine
51
Write-Host "$($PSStyle.Foreground.BrightCyan)$suffix$($PSStyle.Reset)"
52
53
54
55
- echo "version=version" >> $env:GITHUB_OUTPUT
+ echo "version=$version" >> $env:GITHUB_OUTPUT
56
echo "version-prefix=$prefix" >> $env:GITHUB_OUTPUT
57
echo "version-suffix=$suffix" >> $env:GITHUB_OUTPUT
58
build:
0 commit comments