Skip to content

Commit 9efef56

Browse files
committed
sdfsvde
1 parent 224027f commit 9efef56

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,7 @@ jobs:
7070
if [[ '${{ needs.workflow-variables.outputs.is-release }}' == 'true' ]]; then
7171
echo "pre-release-tag=" >> GITHUB_OUTPUT
7272
else
73-
branch_name='${{ github.ref_name }}'
74-
echo "${branch_name}"
75-
echo "${branch_name}" | tr '/' '.' | tr '-' '.'| tr '_' '.'
76-
echo "pre-release-tag=${branch_name} | tr '/' '.' | tr '-' '.'| tr '_' '.'"
77-
echo "pre-release-tag=${branch_name} | tr '/' '.' | tr '-' '.'| tr '_' '.'" >> GITHUB_OUTPUT
73+
echo "pre-release-tag='${{ github.ref_name }} | tr '/' '.' | tr '-' '.'| tr '_' '.'" >> GITHUB_OUTPUT
7874
fi
7975
- name: 'Format version'
8076
uses: ./.github/actions/format-version

0 commit comments

Comments
 (0)