ci(copr-ci): fix release notes (#4077)
This commit is contained in:
6
.github/workflows/ci-copr.yml
vendored
6
.github/workflows/ci-copr.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user