CI: fix release notes file path
ci/woodpecker/push/woodpecker Pipeline failed Details
ci/woodpecker/tag/woodpecker Pipeline failed Details

This commit is contained in:
Benjamin Renard 2022-08-02 01:37:37 +02:00
parent d0676443d7
commit cb9146f6e9
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ $GITDCH \
--version "${VERSION}" \
--code-name $DEBIAN_CODENAME \
--output debian/changelog \
--release-notes dist/release_notes.md \
--release-notes ../../dist/release_notes.md \
--path ../../ \
"${GITDCH_ARGS[@]}"