File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 77 description : the version to be released. If it ends with '.0' a proper release is created, bugfix otherwise
88 required : true
99 type : string
10- workflow_call :
11- inputs :
12- version :
13- description : the version to be released. If it ends with '.0' a proper release is created, bugfix otherwise
14- required : true
15- type : string
1610
1711jobs :
1812 Prepare-Release :
19- uses : eclipse-edc/.github/.github/workflows/core- prepare-release.yml@main
13+ uses : eclipse-edc/.github/.github/workflows/prepare-release.yml@main
2014 secrets : inherit
2115 with :
2216 version : ${{ inputs.version }}
Original file line number Diff line number Diff line change 44 workflow_dispatch :
55
66jobs :
7+
8+ Run-Tests :
9+ uses : ./.github/workflows/verify.yaml
10+ secrets : inherit
11+
712 Release :
8- uses : eclipse-edc/.github/.github/workflows/core-release.yml@main
13+ needs : [ Run-Tests ]
14+ uses : eclipse-edc/.github/.github/workflows/release.yml@main
915 secrets : inherit
You can’t perform that action at this time.
0 commit comments