Skip to content

Commit 784c933

Browse files
committed
updated github actions
1 parent 92746d6 commit 784c933

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
echo "Contents of changelog.txt:"
116116
cat changelog.txt
117117
118-
- name: Generate Release Notes
118+
- name: Generate Release Notes
119119
id: generate-release-notes
120120
uses: actions/github-script@v7
121121
with:
@@ -134,7 +134,7 @@ jobs:
134134
135135
# Debug output
136136
cat generated_notes.txt
137-
137+
138138
- name: Combine Release Notes and Changelog
139139
run: |
140140
# Combine custom changelog and generated notes

0 commit comments

Comments
 (0)