Skip to content

Commit 2fdeaf9

Browse files
committed
sdfsd
1 parent 820df17 commit 2fdeaf9

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,9 @@ jobs:
7272
else
7373
branch_name='${{ github.ref_name }}'
7474
echo "${branch_name}"
75-
echo "${branch_name}" | tr '/${{ steps.versioning.outputs.version }}' '' | tr '/' '_' | tr '-' '_'
76-
echo "pre-release-tag=${branch_name//[/]/_}" >> GITHUB_OUTPUT
75+
echo "${branch_name}" | tr '/' '_' | tr '-' '_'
76+
echo "pre-release-tag=${branch_name}" | tr '/' '_' | tr '-' '_'
77+
echo "pre-release-tag=${branch_name}" | tr '/' '_' | tr '-' '_' >> GITHUB_OUTPUT
7778
fi
7879
- name: 'Format version'
7980
uses: ./.github/actions/format-version

0 commit comments

Comments
 (0)