Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/betaflight/betaflight-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsier Ruiz <43983086+Asizon@users.noreply.github.com>2022-10-11 18:24:08 +0300
committerGitHub <noreply@github.com>2022-10-11 18:24:08 +0300
commitf4a01717feeb789151c7cfa7ed6a49b28bbbd67d (patch)
treed8189297aa6dcd62a83259de955e9e541b538ff6
parentbdfb872d28788d3249420e42f06c154e1db06670 (diff)
parent2b8c11c51e59f667a328e55eaa94c7ebcf8047ae (diff)
Merge pull request #3037 from nerdCopter/20221007_release_workflow_ref_name
release.yml - target_commitish REF_NAME
-rw-r--r--.github/workflows/release.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 7d3e5c33..aec93f51 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -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