mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-04-12 12:06:29 +00:00
Moves pushing tags to its own step
This commit is contained in:
parent
82418946e1
commit
8fd40c2a7c
1 changed files with 2 additions and 1 deletions
3
.github/workflows/docker.yml
vendored
3
.github/workflows/docker.yml
vendored
|
|
@ -143,7 +143,8 @@ jobs:
|
||||||
$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
|
- name: Push tags
|
||||||
|
run: git push --tags origin
|
||||||
- name: Check Directory
|
- name: Check Directory
|
||||||
run: |
|
run: |
|
||||||
Get-ChildItem "./"
|
Get-ChildItem "./"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue