Skip to content

Commit fd6d92b

Browse files
committed
debug
Signed-off-by: Maksim Fedotov <[email protected]>
1 parent c675945 commit fd6d92b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/dev_build_svace.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
id: modules_module_tag
5050
run: |
5151
if [[ "${{ github.event_name }}" == 'schedule' ]]; then
52+
git branch --all
5253
# get last semver branch with remotes/<remote>/release-X.Y format
5354
CHECKOUT_TAG=$(git branch --all | grep -E 'remotes\/[^/]+\/release-[0-9]+\.[0-9]-cse+$' | sort -V | tail -n 1)
5455
else

0 commit comments

Comments
 (0)