1
0
Fork 0
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:
J Blackman 2022-12-22 03:37:00 +11:00 committed by GitHub
parent ad438dbb0c
commit 0b45d1a66a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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' }}