mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-07-15 05:51:49 +08:00
Remove version for direct script call
This commit is contained in:
parent
7e6a03caf7
commit
b12520b8fd
4
.github/workflows/release-process_tester.yml
vendored
4
.github/workflows/release-process_tester.yml
vendored
@ -6,13 +6,13 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test-feature-freeze:
|
test-feature-freeze:
|
||||||
uses: ./.github/workflows/release-process_feature-freeze.yml@CURA-10769_automate_release_action
|
uses: ./.github/workflows/release-process_feature-freeze.yml
|
||||||
with:
|
with:
|
||||||
cura_version: 255.124
|
cura_version: 255.124
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|
||||||
test-release-candidate:
|
test-release-candidate:
|
||||||
uses: ./.github/workflows/release-process_release-candidate.yml@CURA-10769_automate_release_action
|
uses: ./.github/workflows/release-process_release-candidate.yml
|
||||||
needs: [test-feature-freeze]
|
needs: [test-feature-freeze]
|
||||||
with:
|
with:
|
||||||
cura_version: 255.124.0-beta.1
|
cura_version: 255.124.0-beta.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user