Skip to content

Commit 9f34c6d

Browse files
committed
cssdwc
1 parent 5aef10d commit 9f34c6d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ jobs:
7474
echo "${branch_name}"
7575
echo "${branch_name//[/]/_}"
7676
echo "${branch_name}" | tr '/' '_' | tr '-' '_'
77+
echo "${branch_name}" | cut -d'_' -f1
7778
echo "pre-release-tag=${branch_name//[/]/_}" >> GITHUB_OUTPUT
7879
fi
7980
- name: 'Format version'

0 commit comments

Comments
 (0)