Skip to content

Commit f747b66

Browse files
authored
Chore: [AEA-0000] - update tag release workflow to use correct notes file (#126)
## Summary - Routine Change ### Details - update tag_release workflow to use correct notes file
1 parent 057de4e commit f747b66

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
@@ -275,7 +275,7 @@ jobs:
275275
notes_dir="release_notes"
276276
mkdir -p "$notes_dir"
277277
note_file="$notes_dir/${VERSION_TAG}.md"
278-
cp ../electronic-prescription-service-api/CHANGELOG.md "$note_file"
278+
cp ../CHANGELOG.md "$note_file"
279279
280280
if [ ! -s "$note_file" ]; then
281281
echo "Release notes are empty; skipping gh-pages update."

0 commit comments

Comments
 (0)