mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-29 01:28:55 +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:
|
||||
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:
|
||||
cura_version: 255.124
|
||||
secrets: inherit
|
||||
|
||||
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]
|
||||
with:
|
||||
cura_version: 255.124.0-beta.1
|
||||
|
Loading…
x
Reference in New Issue
Block a user