diff --git a/src/scripts/ci/Invoke-Release.ps1 b/src/scripts/ci/Invoke-Release.ps1 index 9edcc83..1e812b4 100644 --- a/src/scripts/ci/Invoke-Release.ps1 +++ b/src/scripts/ci/Invoke-Release.ps1 @@ -31,7 +31,7 @@ try { TagName = $env:RELEASE_TAG_REF TargetCommitish = if (Test-Path -Path $private:ProjectDir -PathType Container) { Push-Location $private:ProjectDir - git rev-parse "$env:RELEASE_TAG_REF" + git rev-parse $env:RELEASE_TAG_REF Pop-Location } Name = if ($env:RELEASE_NAME) {