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 823c0e8 commit 820df17Copy full SHA for 820df17
.github/workflows/build.yml
@@ -72,7 +72,7 @@ jobs:
72
else
73
branch_name='${{ github.ref_name }}'
74
echo "${branch_name}"
75
- echo "${branch_name}" | tr '/' | tr '/${{ steps.versioning.outputs.version }}' '' | tr '-' '_'
+ echo "${branch_name}" | tr '/${{ steps.versioning.outputs.version }}' '' | tr '/' '_' | tr '-' '_'
76
echo "pre-release-tag=${branch_name//[/]/_}" >> GITHUB_OUTPUT
77
fi
78
- name: 'Format version'
0 commit comments