mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-01-11 19:44:52 +00:00
added check for GITHUB_REF
This commit is contained in:
1
.github/workflows/docker.yml
vendored
1
.github/workflows/docker.yml
vendored
@@ -47,6 +47,7 @@ jobs:
|
||||
- name: Set Version Number
|
||||
shell: powershell
|
||||
run: |
|
||||
Write-Output ${{ env.GITHUB_REF }}
|
||||
$version = ./.github/scripts/GenerateVersionNumber.ps1
|
||||
Write-Output "::set-env name=VERSION::$version"
|
||||
# Use the version number to set the version of the assemblies
|
||||
|
||||
Reference in New Issue
Block a user