小调整。
parent
bcab83aa71
commit
8228ee6357
|
@ -41,9 +41,9 @@ jobs:
|
||||||
- name: "Print"
|
- name: "Print"
|
||||||
run: |
|
run: |
|
||||||
echo "version = ${{ steps.package-info.outputs.version }}";
|
echo "version = ${{ steps.package-info.outputs.version }}";
|
||||||
echo "github.event.release.upload_url = ${{ github.event.release.upload_url }}";
|
echo "github.ref_type = ${{ github.ref_type }}";
|
||||||
echo "ref = ${{ github.event.ref }}";
|
echo "github.ref = ${{ github.ref }}";
|
||||||
echo "tags = ${{ github.tags }}";
|
echo "github.ref_name = ${{ github.ref_name }}";
|
||||||
|
|
||||||
- name: "npm install lerna/yarn"
|
- name: "npm install lerna/yarn"
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue