Skip to content

Commit 077a088

Browse files
authored
fix release workflow (#187)
1 parent f2f9446 commit 077a088

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: create changes text
5151
run: |
5252
if test -f ./.changes/"$VERSION".md ; then
53-
cp ./.changes/.md ./release-notes
53+
cp ./.changes/"$VERSION".md ./release-notes
5454
else
5555
echo "No changie entry for the version specified" > ./release-notes
5656
fi

0 commit comments

Comments
 (0)