We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd6d92b commit b23c1eeCopy full SHA for b23c1ee
.github/workflows/dev_build_svace.yml
@@ -48,8 +48,8 @@ jobs:
48
- name: Set vars
49
id: modules_module_tag
50
run: |
51
+ git branch --all
52
if [[ "${{ github.event_name }}" == 'schedule' ]]; then
- git branch --all
53
# get last semver branch with remotes/<remote>/release-X.Y format
54
CHECKOUT_TAG=$(git branch --all | grep -E 'remotes\/[^/]+\/release-[0-9]+\.[0-9]-cse+$' | sort -V | tail -n 1)
55
else
0 commit comments