Skip to content

Commit f7edbcc

Browse files
committed
fix path
1 parent f0c4e3c commit f7edbcc

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)