mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-04-12 12:06:29 +00:00
added logic to print list of tags
This commit is contained in:
parent
80f2c0a082
commit
83ac93d302
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
|
|
@ -28,7 +28,7 @@ jobs:
|
||||||
git submodule sync --recursive
|
git submodule sync --recursive
|
||||||
git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive --depth=1
|
git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive --depth=1
|
||||||
- name: Check for tags
|
- name: Check for tags
|
||||||
run: git tag --merged
|
run: Write-Host $(git tag --merged)
|
||||||
|
|
||||||
# - 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