Skip to content

Commit

Permalink
Updated create_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
syntax-tm committed May 12, 2024
1 parent ff60b18 commit 4c7784b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,13 @@ jobs:
$prefix = $parts[0]
$suffix = $parts[1]
Write-Host ""
Write-Host "Prefix: " -NoNewLine
Write-Host "$($PSStyle.Foreground.BrightCyan)$prefix$($PSStyle.Reset)"
Write-Host "Suffix: " -NoNewLine
Write-Host "$($PSStyle.Foreground.BrightCyan)$suffix$($PSStyle.Reset)"
Write-Host ""
echo "version=version" >> $env:GITHUB_OUTPUT
echo "version=$version" >> $env:GITHUB_OUTPUT
echo "version-prefix=$prefix" >> $env:GITHUB_OUTPUT
echo "version-suffix=$suffix" >> $env:GITHUB_OUTPUT
build:
Expand Down

0 comments on commit 4c7784b

Please sign in to comment.