Skip to content

Commit

Permalink
CI: multiline log
Browse files Browse the repository at this point in the history
  • Loading branch information
sqzw-x committed Jan 19, 2024
1 parent f258a45 commit 453cb75
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,9 @@ jobs:
if: ${{ matrix.build == 'macos' }}
run: |
log=$(cat changelog.md)
echo "CHANGELOG=$log" >> $GITHUB_ENV
cat <<EOF >> $GITHUB_OUTPUT
CHANGELOG=$log
EOF
- name: Create Release - macOS
uses: svenstaro/[email protected]
Expand Down

0 comments on commit 453cb75

Please sign in to comment.