mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-04-12 03:57:08 +00:00
changing up git commands
This commit is contained in:
parent
c23c4554af
commit
630c1d5a7f
1 changed files with 2 additions and 2 deletions
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
|
|
@ -130,7 +130,7 @@ jobs:
|
||||||
- name: Copy build output and push
|
- name: Copy build output and push
|
||||||
shell: powershell
|
shell: powershell
|
||||||
run: |
|
run: |
|
||||||
git checkout -B $($Env:GITHUB_REF -replace "refs/heads/")
|
git checkout -b $($Env:GITHUB_REF -replace "refs/heads/")
|
||||||
git config user.email "actions@pepperdash.com"
|
git config user.email "actions@pepperdash.com"
|
||||||
git config user.name "GitHub Actions"
|
git config user.name "GitHub Actions"
|
||||||
git add .
|
git add .
|
||||||
|
|
@ -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 -u origin --force
|
git push -u origin $($Env:GITHUB_REF -replace "refs/heads/") --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