Update publish_npm.yaml

add console

Signed-off-by: zhanghengxin <812718649@qq.com>
This commit is contained in:
zhanghengxin 2023-05-24 11:09:41 +08:00 committed by GitHub
parent 8bd682d4f1
commit b3558efc42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,6 +24,8 @@ jobs:
- name: Get commit id
id: get_commit_id
run: echo "COMMIT_ID=$( git rev-parse --short "$GITHUB_SHA" )" >> $GITHUB_OUTPUT
- run: echo ${ steps.get_version.outputs.VERSION }-${ steps.get_version.outputs.COMMIT_ID }
- name: Set version
run: |
sudo apt-get install jq