diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 88f17ad..aa58ef9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -75,7 +75,7 @@ jobs: id: notes run: | tag="${GITHUB_REF##refs/tags/}" - file="RELEASE_NOTES_${tag}.md" + file="docs/release-notes/RELEASE_NOTES_${tag}.md" if [ -f "$file" ]; then echo "Using release notes from $file" echo "body_path=$file" >> "$GITHUB_OUTPUT"