Skip to content

Commit 0b45d1a

Browse files
authored
BUILD: Automatically add the tag for the version (if not a debug build). (#3159)
1 parent ad438db commit 0b45d1a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,9 @@ jobs:
8787

8888
- run: yarn install --immutable --immutable-cache --check-cache
8989

90+
- run: yarn version --no-git-tag-version --new-version ${{ github.ref_name }}
91+
if: ${{ !inputs.debug_build }}
92+
9093
- run: yarn gulp release ${{ matrix.releaseArgs }}
9194
if: ${{ !inputs.debug_build && matrix.name != 'Android' }}
9295

0 commit comments

Comments
 (0)