mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-20 21:27:50 -06:00
Fix syntax
This commit is contained in:
parent
26c450d56c
commit
3a18950c20
1 changed files with 7 additions and 8 deletions
|
@ -108,15 +108,14 @@ jobs:
|
||||||
token: ${{ secrets.CURA_AUTORELEASE_PAT }}
|
token: ${{ secrets.CURA_AUTORELEASE_PAT }}
|
||||||
payload: |
|
payload: |
|
||||||
{
|
{
|
||||||
"repository": "${{ matrix.repository }}"
|
"repository": "${{ matrix.repository }}",
|
||||||
"ref_name": "${{ needs.parse-version.outputs.branch_name }}"
|
"ref_name": "${{ needs.parse-version.outputs.branch_name }}",
|
||||||
"version": "${{ inputs.cura_version }}"
|
"version": "${{ inputs.cura_version }}",
|
||||||
"conan_release": true
|
"conan_release": true,
|
||||||
"conan_user_channel": "ultimaker/stable"
|
"conan_user_channel": "ultimaker/stable",
|
||||||
"conan_internal": false
|
"conan_internal": false,
|
||||||
"conan_latest": true
|
"conan_latest": true,
|
||||||
"conan_recipe_root": "${{ matrix.conan_recipe_root }}"
|
"conan_recipe_root": "${{ matrix.conan_recipe_root }}"
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
create-cura-package:
|
create-cura-package:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue