mirror of
https://github.com/chenasraf/DefinitelyTyped-tools.git
synced 2026-05-18 01:49:03 +00:00
lerna version needs --yes
This commit is contained in:
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@@ -24,7 +24,7 @@ jobs:
|
||||
run: |
|
||||
ref=${{ github.ref }} # refs/tags/v0.0.1
|
||||
tag=${ref:10} # v0.0.1
|
||||
npx lerna version $tag
|
||||
npx lerna version $tag --yes
|
||||
- name: publish
|
||||
run: npx lerna publish from-git --yes
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user