Skip to content

Commit ca6cedd

Browse files
committed
build: switch to new release process
1 parent 33a02f6 commit ca6cedd

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/prepare-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
Prepare-Release:
13-
uses: eclipse-edc/.github/.github/workflows/technology-prepare-release.yml@main
13+
uses: eclipse-edc/.github/.github/workflows/prepare-release.yml@main
1414
secrets: inherit
1515
with:
1616
version: ${{ inputs.version }}

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ name: Release
33
on:
44
workflow_dispatch:
55

6-
76
jobs:
87

98
Run-Tests:
109
uses: ./.github/workflows/verify.yaml
1110
secrets: inherit
1211

1312
Release:
14-
uses: eclipse-edc/.github/.github/workflows/technology-release.yml@main
13+
needs: [ Run-Tests ]
14+
uses: eclipse-edc/.github/.github/workflows/release.yml@main
1515
secrets: inherit

0 commit comments

Comments
 (0)