mirror of
https://github.com/chenasraf/DefinitelyTyped-tools.git
synced 2026-05-18 01:49:03 +00:00
Prerelease publish shouldn’t increment patch every time
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -55,6 +55,6 @@ jobs:
|
||||
- name: clean
|
||||
run: npx lerna clean --yes
|
||||
- name: publish alpha
|
||||
run: npx lerna publish prepatch -y --pre-dist-tag next --preid next
|
||||
run: npx lerna publish prerelease -y --pre-dist-tag next --preid next
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user