Skip to content

Commit b23c1ee

Browse files
committed
debug
Signed-off-by: Maksim Fedotov <maksim.fedotov@flant.com>
1 parent fd6d92b commit b23c1ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dev_build_svace.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ jobs:
4848
- name: Set vars
4949
id: modules_module_tag
5050
run: |
51+
git branch --all
5152
if [[ "${{ github.event_name }}" == 'schedule' ]]; then
52-
git branch --all
5353
# get last semver branch with remotes/<remote>/release-X.Y format
5454
CHECKOUT_TAG=$(git branch --all | grep -E 'remotes\/[^/]+\/release-[0-9]+\.[0-9]-cse+$' | sort -V | tail -n 1)
5555
else

0 commit comments

Comments
 (0)