mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-04-12 12:06:29 +00:00
added step to fetch tags
This commit is contained in:
parent
646c03b860
commit
29e56e5011
1 changed files with 2 additions and 0 deletions
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
|
|
@ -33,6 +33,8 @@ jobs:
|
|||
# Write-Host "Setting build type to Release"
|
||||
# Write-Output "::set-env name=BUILD_TYPE::Release"
|
||||
# }
|
||||
- name: Fetch tags
|
||||
run: git fetch --tags
|
||||
- name: Set Version Number
|
||||
shell: powershell
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue