fix: quote GITHUB_OUTPUT delimiter to prevent EOF error
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -251,7 +251,7 @@ jobs:
|
||||
echo 'commits<<EOF'
|
||||
echo "$COMMITS"
|
||||
echo 'EOF'
|
||||
} >> $GITHUB_OUTPUT
|
||||
} >> "$GITHUB_OUTPUT"
|
||||
|
||||
- name: Generate release notes
|
||||
id: notes
|
||||
|
||||
Reference in New Issue
Block a user