mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-09-14 14:13:12 +08:00
Fix syntax
This commit is contained in:
parent
26c450d56c
commit
3a18950c20
@ -108,15 +108,14 @@ jobs:
|
||||
token: ${{ secrets.CURA_AUTORELEASE_PAT }}
|
||||
payload: |
|
||||
{
|
||||
"repository": "${{ matrix.repository }}"
|
||||
"ref_name": "${{ needs.parse-version.outputs.branch_name }}"
|
||||
"version": "${{ inputs.cura_version }}"
|
||||
"conan_release": true
|
||||
"conan_user_channel": "ultimaker/stable"
|
||||
"conan_internal": false
|
||||
"conan_latest": true
|
||||
"repository": "${{ matrix.repository }}",
|
||||
"ref_name": "${{ needs.parse-version.outputs.branch_name }}",
|
||||
"version": "${{ inputs.cura_version }}",
|
||||
"conan_release": true,
|
||||
"conan_user_channel": "ultimaker/stable",
|
||||
"conan_internal": false,
|
||||
"conan_latest": true,
|
||||
"conan_recipe_root": "${{ matrix.conan_recipe_root }}"
|
||||
|
||||
}
|
||||
|
||||
create-cura-package:
|
||||
|
Loading…
x
Reference in New Issue
Block a user