mirror of
https://github.com/Kong/insomnia.git
synced 2026-05-24 16:51:06 -04:00
Merge branch 'release/2022.2.0' into develop
This commit is contained in:
1
.github/workflows/release-start.yml
vendored
1
.github/workflows/release-start.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user