Skip to content

Commit e0502fe

Browse files
minor workflow
1 parent d28973e commit e0502fe

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,12 @@ jobs:
1414
- uses: actions/checkout@v4
1515
- id: notes
1616
run: |
17-
echo 'changelog<<EOF' >> $GITHUB_OUTPUT
18-
git log -20 --pretty=format:"* %s" > temp_changelog.txt
19-
cat temp_changelog.txt >> $GITHUB_OUTPUT
20-
echo 'EOF' >> $GITHUB_OUTPUT
17+
{
18+
echo 'changelog<<EOF'
19+
git log -20 --pretty=format:"* %s"
20+
echo 'EOF'
21+
} >> $GITHUB_OUTPUT
22+
2123
2224
build-windows:
2325
needs: generate-release-notes

0 commit comments

Comments
 (0)