+ update build_latest.yml

This commit is contained in:
titus
2025-01-03 16:30:19 +01:00
parent 1c45f562fc
commit cb8b89c0d7

View File

@@ -119,14 +119,11 @@ jobs:
- name: Create release
if: env.already_exists == 'false'
run: >
gh release create
'${{ github.event.inputs.tag }}'
--draft
--repo '${{ github.repository }}'
--title '${{ github.event.inputs.tag }}'
--target '${{ github.event.inputs.ref }}'
--generate-notes
run: |
gh release create v${{ github.run_number }} \
--draft \
--title "Release v${{ github.run_number }}" \
--notes "Automated release v${{ github.run_number }}"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}