mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-01-11 19:44:44 +00:00
removed branch name from push command
This commit is contained in:
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
@@ -138,7 +138,7 @@ jobs:
|
||||
Write-Host $commit
|
||||
git commit -m $commit
|
||||
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
|
||||
- name: Check Directory
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user