mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-04-12 12:06:29 +00:00
removed branch name from push command
This commit is contained in:
parent
3eb7b01f94
commit
c23c4554af
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
|
|
@ -138,7 +138,7 @@ 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
|
git push -u origin --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