mirror of
https://github.com/Kong/insomnia
synced 2024-11-07 22:30:15 +00:00
remove tag pushing (#5345)
This commit is contained in:
parent
40d294e8ae
commit
d270573444
4
.github/workflows/release-start.yml
vendored
4
.github/workflows/release-start.yml
vendored
@ -56,11 +56,11 @@ jobs:
|
||||
|
||||
- name: Lerna version (stable)
|
||||
if: github.event.inputs.channel == 'stable'
|
||||
run: npm run version -- --yes 'minor'
|
||||
run: npm run version -- --yes --no-push 'minor'
|
||||
|
||||
- name: Lerna version (alpha/beta)
|
||||
if: github.event.inputs.channel != 'stable'
|
||||
run: npm run version -- --yes --preid "${{ github.event.inputs.channel }}" "${{ github.event.inputs.iteration == '0' && 'preminor' || 'prerelease' }}"
|
||||
run: npm run version -- --yes --no-push --preid "${{ github.event.inputs.channel }}" "${{ github.event.inputs.iteration == '0' && 'preminor' || 'prerelease' }}"
|
||||
|
||||
- name: Config version
|
||||
run: APP_VERSION="${{ env.RELEASE_VERSION }}" npm run app-bump-version
|
||||
|
Loading…
Reference in New Issue
Block a user