mirror of
https://github.com/chenasraf/DefinitelyTyped-tools.git
synced 2026-05-18 01:49:03 +00:00
Fix publish workflow syntax
This commit is contained in:
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@@ -16,7 +16,7 @@ jobs:
|
||||
- name: test
|
||||
run: npm test
|
||||
- name: version
|
||||
run: lerna version ${{ GITHUB_REF }}
|
||||
run: lerna version ${{ github.ref }}
|
||||
- name: publish
|
||||
run: lerna publish from-git --yes
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user