mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-16 12:55:14 +03:00
Merge pull request #3037 from nerdCopter/20221007_release_workflow_ref_name
release.yml - target_commitish REF_NAME
This commit is contained in:
commit
f4a01717fe
1 changed files with 1 additions and 0 deletions
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue