We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe3b50d commit cc190ddCopy full SHA for cc190dd
1 file changed
.github/workflows/prepare-release.yml
@@ -39,6 +39,9 @@ jobs:
39
- name: Get Release Notes
40
run: uvx nox -s get-release-notes -- ${{ github.workspace }}-CHANGELOG.md
41
42
+ - name: Read Release Notes
43
+ run: cat ${{ github.workspace }}-CHANGELOG.md
44
+
45
- name: Create Release Draft
46
uses: softprops/action-gh-release@v2
47
with:
0 commit comments