File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments