Skip to content

Commit f9972a1

Browse files
committed
build: switch to new release process
1 parent 21337e3 commit f9972a1

File tree

2 files changed

+3
-13
lines changed

2 files changed

+3
-13
lines changed
Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
name: Prepare Release
22

3-
permissions:
4-
actions: read
5-
contents: write
6-
security-events: read
7-
8-
93
on:
104
workflow_dispatch:
115
inputs:
@@ -16,7 +10,7 @@ on:
1610

1711
jobs:
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 }}

.github/workflows/release.yml

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

6-
permissions:
7-
actions: read
8-
contents: write
9-
security-events: write
10-
116
jobs:
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

0 commit comments

Comments
 (0)