小调整。

pull/360/head
王良 2024-09-19 23:25:19 +08:00
parent bcab83aa71
commit 8228ee6357
1 changed files with 3 additions and 3 deletions

View File

@ -41,9 +41,9 @@ jobs:
- name: "Print"
run: |
echo "version = ${{ steps.package-info.outputs.version }}";
echo "github.event.release.upload_url = ${{ github.event.release.upload_url }}";
echo "ref = ${{ github.event.ref }}";
echo "tags = ${{ github.tags }}";
echo "github.ref_type = ${{ github.ref_type }}";
echo "github.ref = ${{ github.ref }}";
echo "github.ref_name = ${{ github.ref_name }}";
- name: "npm install lerna/yarn"
run: |