Skip to content

Commit 820df17

Browse files
committed
ashjdjlws
1 parent 823c0e8 commit 820df17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
else
7373
branch_name='${{ github.ref_name }}'
7474
echo "${branch_name}"
75-
echo "${branch_name}" | tr '/' | tr '/${{ steps.versioning.outputs.version }}' '' | tr '-' '_'
75+
echo "${branch_name}" | tr '/${{ steps.versioning.outputs.version }}' '' | tr '/' '_' | tr '-' '_'
7676
echo "pre-release-tag=${branch_name//[/]/_}" >> GITHUB_OUTPUT
7777
fi
7878
- name: 'Format version'

0 commit comments

Comments
 (0)