mirror of
https://github.com/chenasraf/DefinitelyTyped-tools.git
synced 2026-05-18 01:49:03 +00:00
lerna command needs npx
This commit is contained in:
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
@@ -18,8 +18,8 @@ jobs:
|
||||
- name: test
|
||||
run: npm test
|
||||
- name: version
|
||||
run: lerna version ${{ github.ref }}
|
||||
run: npx lerna version ${{ github.ref }}
|
||||
- name: publish
|
||||
run: lerna publish from-git --yes
|
||||
run: npx lerna publish from-git --yes
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user