mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-04-12 03:57:08 +00:00
Fixes Version substitution syntax
This commit is contained in:
parent
a49f57208e
commit
66103c57b2
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
|
|
@ -128,7 +128,7 @@ jobs:
|
||||||
$commit = "Build $(Env:GITHUB_RUN_NUMBER) from commit: https://github.com/$(Env:GITHUB_REPOSITORY)/commit/$(Env:GITHUB_SHA)"
|
$commit = "Build $(Env:GITHUB_RUN_NUMBER) from commit: https://github.com/$(Env:GITHUB_REPOSITORY)/commit/$(Env:GITHUB_SHA)"
|
||||||
Write-Host $commit
|
Write-Host $commit
|
||||||
git commit -m $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 --set-upstream origin $($Env:GITHUB_REF -Replace "refs/heads/") --force
|
||||||
git push --tags origin
|
git push --tags origin
|
||||||
- name: Check Directory
|
- name: Check Directory
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue