From 3de21bda04d0ba319977296dc7328c2a23a483e7 Mon Sep 17 00:00:00 2001 From: NostraThomas99 <34015422+NostraThomas99@users.noreply.github.com> Date: Thu, 28 Mar 2024 00:42:20 -0500 Subject: [PATCH] Update publish.yaml --- .github/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index dce2b0f15..080735990 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -14,7 +14,7 @@ jobs: - name: Get Environment Variables run: | - $tag = ${{ github.ref }} -replace 'refs/tags/v', '' + $tag = "${{ github.ref }}" -replace 'refs/tags/v', '' "tag=$tag" | Out-File -Append -FilePath $Env:GITHUB_ENV