Skip to content

Commit cc190dd

Browse files
committed
chore: manual test in github action
1 parent fe3b50d commit cc190dd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/prepare-release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ jobs:
3939
- name: Get Release Notes
4040
run: uvx nox -s get-release-notes -- ${{ github.workspace }}-CHANGELOG.md
4141

42+
- name: Read Release Notes
43+
run: cat ${{ github.workspace }}-CHANGELOG.md
44+
4245
- name: Create Release Draft
4346
uses: softprops/action-gh-release@v2
4447
with:

0 commit comments

Comments
 (0)