We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad438db commit 0b45d1aCopy full SHA for 0b45d1a
.github/workflows/ci.yml
@@ -87,6 +87,9 @@ jobs:
87
88
- run: yarn install --immutable --immutable-cache --check-cache
89
90
+ - run: yarn version --no-git-tag-version --new-version ${{ github.ref_name }}
91
+ if: ${{ !inputs.debug_build }}
92
+
93
- run: yarn gulp release ${{ matrix.releaseArgs }}
94
if: ${{ !inputs.debug_build && matrix.name != 'Android' }}
95
0 commit comments