mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 03:57:27 +00:00
added print info step
This commit is contained in:
parent
ea3cb6eb80
commit
51f5d7e07b
1 changed files with 2 additions and 1 deletions
3
.github/workflows/docker.yml
vendored
3
.github/workflows/docker.yml
vendored
|
|
@ -43,11 +43,12 @@ jobs:
|
|||
# Fetch all tags
|
||||
- name: Fetch tags
|
||||
run: git fetch --tags
|
||||
- name: print Info
|
||||
run: toJson(${{ github }})
|
||||
# Generate the appropriate version number
|
||||
- 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue