mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 22:35:03 -06:00
Use compact syntax to call local scripts
This commit is contained in:
parent
9ad5a3f93d
commit
4e569986d2
2 changed files with 3 additions and 3 deletions
|
@ -137,7 +137,7 @@ jobs:
|
|||
|
||||
create-installers:
|
||||
name: Create installers
|
||||
uses: Ultimaker/Cura/.github/workflows/installers.yml@CURA-10769_automate_release_action
|
||||
uses: ./.github/workflows/installers.yml
|
||||
needs: [parse-version, create-cura-package]
|
||||
with:
|
||||
cura_conan_version: cura/${{ inputs.cura_version }}@/
|
||||
|
|
4
.github/workflows/release-process_tester.yml
vendored
4
.github/workflows/release-process_tester.yml
vendored
|
@ -6,13 +6,13 @@ on:
|
|||
|
||||
jobs:
|
||||
test-feature-freeze:
|
||||
uses: Ultimaker/Cura/.github/workflows/release-process_feature-freeze.yml@CURA-10769_automate_release_action
|
||||
uses: ./.github/workflows/release-process_feature-freeze.yml
|
||||
with:
|
||||
cura_version: 255.124
|
||||
secrets: inherit
|
||||
|
||||
test-release-candidate:
|
||||
uses: Ultimaker/Cura/.github/workflows/release-process_release-candidate.yml@CURA-10769_automate_release_action
|
||||
uses: ./.github/workflows/release-process_release-candidate.yml
|
||||
needs: [test-feature-freeze]
|
||||
with:
|
||||
cura_version: 255.124.0-beta.1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue