Skip to content

Commit 4aeeb36

Browse files
committed
fixed the typo in workflow
1 parent d15b6f9 commit 4aeeb36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
exit 1
4141
fi
4242
43-
release_notes=$(grep '== Changelog ===' "${{ steps.find_readme.outputs.readme_file }}" | head -n -1 | tail -n +2)
43+
release_notes=$(grep '== Changelog ==' "${{ steps.find_readme.outputs.readme_file }}" | head -n -1 | tail -n +2)
4444
echo "::set-output name=notes::$release_notes"
4545
4646
- name: Create GitHub Release

0 commit comments

Comments
 (0)