mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-04-12 03:57:08 +00:00
fixes pushing branch to origin
This commit is contained in:
parent
8474c5c7b7
commit
8f40629e65
1 changed files with 1 additions and 1 deletions
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}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue