mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-16 18:15:56 +08:00
Give proper branch name
This commit is contained in:
parent
33ac9a9bc1
commit
9238e7e5b7
@ -15,6 +15,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
outputs:
|
outputs:
|
||||||
package_version: ${{ steps.version_parser.outputs.major }}.${{ steps.version_parser.outputs.minor }}.0-alpha.1
|
package_version: ${{ steps.version_parser.outputs.major }}.${{ steps.version_parser.outputs.minor }}.0-alpha.1
|
||||||
|
branch: ${{ steps.version_parser.outputs.major }}.${{ steps.version_parser.outputs.minor }}
|
||||||
steps:
|
steps:
|
||||||
- name: Parse version string
|
- name: Parse version string
|
||||||
id: version_parser
|
id: version_parser
|
||||||
@ -29,6 +30,6 @@ jobs:
|
|||||||
needs: [parse-version]
|
needs: [parse-version]
|
||||||
with:
|
with:
|
||||||
cura_version: ${{ needs.parse-version.outputs.package_version }}
|
cura_version: ${{ needs.parse-version.outputs.package_version }}
|
||||||
branch: ${{ needs.parse-version.outputs.branch_name }}
|
branch: ${{ needs.parse-version.outputs.branch }}
|
||||||
create_feature_branch: true
|
create_feature_branch: true
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
Loading…
x
Reference in New Issue
Block a user