Remove automated release footer from workflow
Delete the redundant '---' separator and the '> 🤖 Automated release by Camellia CI...' line from the release body in .github/workflows/build.yml (removed in two job sections). This cleans up automated release notes output so the run link/footer is no longer appended while keeping artifacts and prerelease behavior unchanged.
This commit is contained in:
@@ -152,8 +152,7 @@ jobs:
|
|||||||
### ✨ Latest Changes
|
### ✨ Latest Changes
|
||||||
${{ env.commit_msg }}
|
${{ env.commit_msg }}
|
||||||
|
|
||||||
---
|
|
||||||
> 🤖 Automated release by [Camellia CI](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }})
|
|
||||||
artifacts: ${{ env.jar_dir }}
|
artifacts: ${{ env.jar_dir }}
|
||||||
generateReleaseNotes: false
|
generateReleaseNotes: false
|
||||||
prerelease: ${{ env.pre }}
|
prerelease: ${{ env.pre }}
|
||||||
@@ -180,8 +179,7 @@ jobs:
|
|||||||
### ✨ Latest Changes
|
### ✨ Latest Changes
|
||||||
${{ env.commit_msg }}
|
${{ env.commit_msg }}
|
||||||
|
|
||||||
---
|
|
||||||
> 🤖 Automated release by [Camellia CI](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }})
|
|
||||||
artifacts: ${{ env.jar_dir }}
|
artifacts: ${{ env.jar_dir }}
|
||||||
generateReleaseNotes: false
|
generateReleaseNotes: false
|
||||||
prerelease: ${{ env.pre }}
|
prerelease: ${{ env.pre }}
|
||||||
|
|||||||
Reference in New Issue
Block a user