BUILD: Automatically add the tag for the version (if not a debug build). (#3159)

10.9-maintenance
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
1 changed files with 3 additions and 0 deletions

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