mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-04-14 04:56:37 +00:00
forgot to save the yaml
This commit is contained in:
parent
2afd9e65ce
commit
15cf4ca0c2
1 changed files with 3 additions and 2 deletions
5
.github/workflows/docker.yml
vendored
5
.github/workflows/docker.yml
vendored
|
|
@ -30,8 +30,9 @@ jobs:
|
||||||
- name: Testing git command
|
- name: Testing git command
|
||||||
shell: powershell
|
shell: powershell
|
||||||
run: |
|
run: |
|
||||||
Write-Host $(git --version)
|
git --version
|
||||||
Write-Host $(git tag --merged master)
|
git branch
|
||||||
|
git tag --merged master
|
||||||
|
|
||||||
# - name: Set Build to Release if triggered from Master
|
# - name: Set Build to Release if triggered from Master
|
||||||
# run: |
|
# run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue