ci(copr-ci): fix release notes (#4077)

This commit is contained in:
ReenigneArcher
2025-07-14 18:14:04 -04:00
committed by GitHub
parent fe26129697
commit dfeeebfacf
3 changed files with 9 additions and 5 deletions

View File

@@ -55,10 +55,14 @@ jobs:
run: ls -l artifacts
- name: Update GitHub Release
uses: LizardByte/actions/actions/release_create@v2025.711.172650
uses: LizardByte/actions/actions/release_create@v2025.714.211939
with:
allowUpdates: true
body: ${{ github.event.release.body }}
deleteOtherPreReleases: false
generateReleaseNotes: false
name: ${{ github.event.release.name }}
prerelease: true
tag: ${{ github.event.release.tag_name }}
token: ${{ secrets.GH_BOT_TOKEN }}
virustotal_api_key: ${{ secrets.VIRUSTOTAL_API_KEY }}