Browse Source

Remove buildmeta when PR

Contributes to CURA-9365
j.spijker@ultimaker.com 2 years ago
parent
commit
7e35a0eddb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/conan-recipe-version.yml

+ 1 - 1
.github/workflows/conan-recipe-version.yml

@@ -81,7 +81,7 @@ jobs:
                       # Event triggered by a pull_request
                       echo ${{ github.repository_owner }} | awk '{print "::set-output name=user::"tolower($0)}'
                       echo '::set-output name=channel::pr_${{ github.ref_name }}' | egrep -o '^[^/]+'
-                      echo '::set-output name=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 }}'
+                      echo '::set-output name=version::${{ steps.git-tool.outputs.Major }}.${{ steps.git-tool.outputs.Minor }}.${{ steps.git-tool.outputs.Patch }}-${{ steps.git-tool.outputs.PreReleaseLabel }}'
                     else
                       # commits on other branches are considered unstable and for development purposes only
                       # Use the Cura branch naming scheme CURA-1234_foo_bar