mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-24 08:45:28 +03:00
BUILD: Automatically add the tag for the version (if not a debug build). (#3159)
This commit is contained in:
parent
ad438dbb0c
commit
0b45d1a66a
1 changed files with 3 additions and 0 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -87,6 +87,9 @@ jobs:
|
|||
|
||||
- run: yarn install --immutable --immutable-cache --check-cache
|
||||
|
||||
- run: yarn version --no-git-tag-version --new-version ${{ github.ref_name }}
|
||||
if: ${{ !inputs.debug_build }}
|
||||
|
||||
- run: yarn gulp release ${{ matrix.releaseArgs }}
|
||||
if: ${{ !inputs.debug_build && matrix.name != 'Android' }}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue