Skip to content

Commit 813c1bf

Browse files
committed
build: move the NOTICE file changes in the release
1 parent 13381dd commit 813c1bf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/prepare-release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ jobs:
2828
fi
2929
echo "type=$type" >> $GITHUB_OUTPUT
3030
31-
- name: Replace published DEPENDENCIES file link in NOTICE with the one just created
32-
run: sed -i "s#\[DEPENDENCIES\]\(.*\)#\[DEPENDENCIES\]\(DEPENDENCIES\)#g" NOTICE.md
33-
3431
- uses: eclipse-edc/.github/.github/actions/set-project-version@main
3532
with:
3633
version: ${{ inputs.version }}-SNAPSHOT

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ jobs:
3030
with:
3131
version: ${{ steps.set-version.outputs.VERSION }}
3232

33+
- name: Replace published DEPENDENCIES file link in NOTICE with the one just created
34+
run: sed -i "s#\[DEPENDENCIES\]\(.*\)#\[DEPENDENCIES\]\(DEPENDENCIES\)#g" NOTICE.md
35+
3336
- uses: eclipse-edc/.github/.github/actions/generate-dependencies-file@main
3437
with:
3538
run: strict

0 commit comments

Comments
 (0)