We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92746d6 commit 784c933Copy full SHA for 784c933
1 file changed
.github/workflows/release.yml
@@ -115,7 +115,7 @@ jobs:
115
echo "Contents of changelog.txt:"
116
cat changelog.txt
117
118
- - name: Generate Release Notes
+ - name: Generate Release Notes
119
id: generate-release-notes
120
uses: actions/github-script@v7
121
with:
@@ -134,7 +134,7 @@ jobs:
134
135
# Debug output
136
cat generated_notes.txt
137
-
+
138
- name: Combine Release Notes and Changelog
139
run: |
140
# Combine custom changelog and generated notes
0 commit comments