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 324af62 commit 5aef10dCopy full SHA for 5aef10d
.github/workflows/build.yml
@@ -73,6 +73,7 @@ jobs:
73
branch_name='${{ github.ref_name }}'
74
echo "${branch_name}"
75
echo "${branch_name//[/]/_}"
76
+ echo "${branch_name}" | tr '/' '_' | tr '-' '_'
77
echo "pre-release-tag=${branch_name//[/]/_}" >> GITHUB_OUTPUT
78
fi
79
- name: 'Format version'
0 commit comments