1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-16 04:45:20 +03:00

Merge pull request #3037 from nerdCopter/20221007_release_workflow_ref_name

release.yml - target_commitish REF_NAME
This commit is contained in:
Asier Ruiz 2022-10-11 17:24:08 +02:00 committed by GitHub
commit f4a01717fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,6 +44,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
name: ${{ github.event.inputs.title }}
tag_name: ${{ github.event.inputs.tag }}
target_commitish: ${{ GITHUB.REF_NAME }}
generate_release_notes: ${{ github.event.inputs.generate_release_notes }}
files: release-assets/Betaflight-Configurator-*/**
draft: true