File tree Expand file tree Collapse file tree 2 files changed +3
-13
lines changed
Expand file tree Collapse file tree 2 files changed +3
-13
lines changed Original file line number Diff line number Diff line change 11name : Prepare Release
22
3- permissions :
4- actions : read
5- contents : write
6- security-events : read
7-
8-
93on :
104 workflow_dispatch :
115 inputs :
1610
1711jobs :
1812 Prepare-Release :
19- uses : eclipse-edc/.github/.github/workflows/technology- 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 @@ -3,17 +3,13 @@ name: Release
33on :
44 workflow_dispatch :
55
6- permissions :
7- actions : read
8- contents : write
9- security-events : write
10-
116jobs :
127
138 Run-Tests :
149 uses : ./.github/workflows/verify.yaml
1510 secrets : inherit
1611
1712 Release :
18- uses : eclipse-edc/.github/.github/workflows/technology-release.yml@main
13+ needs : [ Run-Tests ]
14+ uses : eclipse-edc/.github/.github/workflows/release.yml@main
1915 secrets : inherit
You can’t perform that action at this time.
0 commit comments