mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-07-25 06:44:26 +08:00
Don't use _ for pr
Contributes to CURA-9365
This commit is contained in:
parent
0a1452dccb
commit
4d501e8b7a
2
.github/workflows/conan-recipe-version.yml
vendored
2
.github/workflows/conan-recipe-version.yml
vendored
@ -80,7 +80,7 @@ jobs:
|
||||
elif [ "${{ github.event_name == 'pull_request' }}" = "true" ]; then
|
||||
# Event triggered by a pull_request
|
||||
echo ${{ github.repository_owner }} | awk '{print "::set-output name=user::"tolower($0)}'
|
||||
echo '::set-output channel=pr_${{ github.ref_name }}' | egrep -o '^[^/|_]+'
|
||||
echo '::set-output channel=pr_${{ github.ref_name }}' | egrep -o '^[^/]+'
|
||||
echo '::set-output version=${{ steps.git-tool.outputs.Major }}.${{ steps.git-tool.outputs.Minor }}.${{ steps.git-tool.outputs.Patch }}-${{ steps.git-tool.outputs.PreReleaseLabel }}+${{ steps.git-tool.outputs.BuildMetaData }}'
|
||||
else
|
||||
# commits on other branches are considered unstable and for development purposes only
|
||||
|
Loading…
x
Reference in New Issue
Block a user