Skip to content

Commit 823c0e8

Browse files
committed
askhdask
1 parent 9f34c6d commit 823c0e8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,7 @@ jobs:
7272
else
7373
branch_name='${{ github.ref_name }}'
7474
echo "${branch_name}"
75-
echo "${branch_name//[/]/_}"
76-
echo "${branch_name}" | tr '/' '_' | tr '-' '_'
77-
echo "${branch_name}" | cut -d'_' -f1
75+
echo "${branch_name}" | tr '/' | tr '/${{ steps.versioning.outputs.version }}' '' | tr '-' '_'
7876
echo "pre-release-tag=${branch_name//[/]/_}" >> GITHUB_OUTPUT
7977
fi
8078
- name: 'Format version'

0 commit comments

Comments
 (0)