diff --git a/.github/workflows/publish-to-other-than-github.yaml b/.github/workflows/publish-to-other-than-github.yaml index 4e3d951398..fa7a1803eb 100644 --- a/.github/workflows/publish-to-other-than-github.yaml +++ b/.github/workflows/publish-to-other-than-github.yaml @@ -69,7 +69,7 @@ jobs: } if (-not ([string]::IsNullOrEmpty($repository_version))) { $repository_version = "$repository_version" -replace 'v' - echo "RELEASE_VERSION=($repository_version -replace 'v')" | Out-File $env:GITHUB_ENV + echo "RELEASE_VERSION=$repository_version" | Out-File $env:GITHUB_ENV exit 0 } Write-Host "Version not provided"