updated github workflow no2

This commit is contained in:
Kamil
2024-11-26 15:49:40 +00:00
parent 4f82ba6aab
commit da2b725b22

View File

@@ -59,7 +59,7 @@ jobs:
- name: Generate Auto Release Notes
id: release_notes
run: |
auto_notes=$(gh release create ${{ env.VERSION }} --generate-notes --prerelease --dry-run --json body --jq .body)
auto_notes=$(gh release create ${{ env.VERSION }} --generate-notes --prerelease --json body --jq .body)
echo "AUTO_RELEASE_NOTES<<EOF" >> $GITHUB_ENV
echo "$auto_notes" >> $GITHUB_ENV
echo "EOF" >> $GITHUB_ENV