mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-04-12 03:57:08 +00:00
Attempting to fix branch replacement
This commit is contained in:
parent
d525ab8dfa
commit
eb5e77c9a0
1 changed files with 3 additions and 1 deletions
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
|
|
@ -130,7 +130,9 @@ jobs:
|
||||||
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
|
$branch = $($Env:GITHUB_REF) -Replace "refs/heads/"
|
||||||
|
Write-Host $branch
|
||||||
|
git push --set-upstream origin $branch --force
|
||||||
git push --tags origin
|
git push --tags origin
|
||||||
- name: Check Directory
|
- name: Check Directory
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue