From 66103c57b25cb5ac43f0ef2b2833acc4fef4a33a Mon Sep 17 00:00:00 2001 From: Neil Dorin Date: Wed, 18 Mar 2020 13:26:53 -0600 Subject: [PATCH] Fixes Version substitution syntax --- .github/workflows/docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index e55027f..7408250 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -128,7 +128,7 @@ jobs: $commit = "Build $(Env:GITHUB_RUN_NUMBER) from commit: https://github.com/$(Env:GITHUB_REPOSITORY)/commit/$(Env:GITHUB_SHA)" Write-Host $commit git commit -m $commit - git tag ${{ env:VERSION }} + git tag $($Env:VERSION) git push --set-upstream origin $($Env:GITHUB_REF -Replace "refs/heads/") --force git push --tags origin - name: Check Directory