Skip to content

Commit 315038b

Browse files
authored
Merge branch 'main' into aea-6257-fix-package-perms
2 parents e05f226 + f747b66 commit 315038b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tag-release-devcontainer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ jobs:
276276
notes_dir="release_notes"
277277
mkdir -p "$notes_dir"
278278
note_file="$notes_dir/${VERSION_TAG}.md"
279-
cp ../electronic-prescription-service-api/CHANGELOG.md "$note_file"
279+
cp ../CHANGELOG.md "$note_file"
280280
281281
if [ ! -s "$note_file" ]; then
282282
echo "Release notes are empty; skipping gh-pages update."

0 commit comments

Comments
 (0)