BUILD: Automatically add the tag for the version (if not a debug build). (#3159)
parent
ad438dbb0c
commit
0b45d1a66a
|
@ -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…
Reference in New Issue