Merge branch 'release/2022.2.0' into develop

This commit is contained in:
David Marby
2022-03-17 17:09:19 +01:00
61 changed files with 134 additions and 135 deletions

View File

@@ -58,7 +58,6 @@ jobs:
run: APP_VERSION="${{ env.RELEASE_VERSION }}" npm run app-bump-version
- name: Lerna version
if: github.event.inputs.channel != 'stable'
run: npm run version -- --preid "${{ github.event.inputs.channel }}" --yes ${{ github.event.inputs.channel != 'stable' && 'preminor' || 'minor' }}
- name: Commit