mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-02-15 20:54:46 +00:00
Comments out git push --tags line
This commit is contained in:
3
.github/workflows/docker.yml
vendored
3
.github/workflows/docker.yml
vendored
@@ -138,14 +138,13 @@ jobs:
|
|||||||
Write-Host "Commit: $commit"
|
Write-Host "Commit: $commit"
|
||||||
git commit -m $commit
|
git commit -m $commit
|
||||||
git tag $($Env:VERSION)
|
git tag $($Env:VERSION)
|
||||||
|
|
||||||
- name: Push to Builds Repo
|
- name: Push to Builds Repo
|
||||||
shell: powershell
|
shell: powershell
|
||||||
run: |
|
run: |
|
||||||
$branch = $($Env:GITHUB_REF) -replace "refs/heads/"
|
$branch = $($Env:GITHUB_REF) -replace "refs/heads/"
|
||||||
Write-Host "Branch: $branch"
|
Write-Host "Branch: $branch"
|
||||||
git push -u origin $($branch) --force
|
git push -u origin $($branch) --force
|
||||||
git push --tags origin
|
#git push --tags origin
|
||||||
- name: Check Directory
|
- name: Check Directory
|
||||||
run: |
|
run: |
|
||||||
Get-ChildItem "./"
|
Get-ChildItem "./"
|
||||||
|
|||||||
Reference in New Issue
Block a user