mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-01-11 19:44:44 +00:00
fixes pushing branch to origin
This commit is contained in:
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
@@ -120,7 +120,7 @@ jobs:
|
||||
git add .
|
||||
git commit -m "Build ${{ env.GITHUB_RUN_NUMBER }} from commit: https://github.com/${{ env.GITHUB_REPOSITORY }}/commit/${{ env.GITHUB_SHA }}"
|
||||
git tag ${{ env.VERSION }}
|
||||
git push --set-upstream origin +$branch --force
|
||||
git push --set-upstream origin $($Env:GITHUB_REF -Replace "refs/heads/") --force
|
||||
git push --tags origin
|
||||
|
||||
# "Build #${SOURCE_BUILD_NUMBER} from commit: https://github.com/PepperDash/PepperDashCore/commit/${COMMIT}"
|
||||
|
||||
Reference in New Issue
Block a user