From 243643d5c08e973b476c7143986507263aaa3691 Mon Sep 17 00:00:00 2001 From: Andrew Welker Date: Tue, 24 Nov 2020 16:13:09 -0700 Subject: [PATCH] figuring out refs --- .github/workflows/Build Essentials.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/Build Essentials.yml b/.github/workflows/Build Essentials.yml index 74f97923..97fe04bf 100644 --- a/.github/workflows/Build Essentials.yml +++ b/.github/workflows/Build Essentials.yml @@ -9,6 +9,7 @@ on: - closed branches: - development-2.0.0 + - feature-2.0.0/update-workflows-for-2.0.0 env: # solution path doesn't need slashes unless there it is multiple folders deep @@ -37,6 +38,7 @@ jobs: - name: Set Version Number shell: powershell run: | + Write-Host "$($Env:GITHUB_REF)" $version = ./.github/scripts/GenerateVersionNumber-2.0.0.ps1 echo "VERSION=$version" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append # Use the version number to set the version of the assemblies