We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5aef10d commit 9f34c6dCopy full SHA for 9f34c6d
.github/workflows/build.yml
@@ -74,6 +74,7 @@ jobs:
74
echo "${branch_name}"
75
echo "${branch_name//[/]/_}"
76
echo "${branch_name}" | tr '/' '_' | tr '-' '_'
77
+ echo "${branch_name}" | cut -d'_' -f1
78
echo "pre-release-tag=${branch_name//[/]/_}" >> GITHUB_OUTPUT
79
fi
80
- name: 'Format version'
0 commit comments