mirror of
https://github.com/IceWhaleTech/CasaOS.git
synced 2025-11-07 07:09:46 +00:00
Update publish_npm.yaml
add console Signed-off-by: zhanghengxin <812718649@qq.com>
This commit is contained in:
parent
8bd682d4f1
commit
b3558efc42
2
.github/workflows/publish_npm.yaml
vendored
2
.github/workflows/publish_npm.yaml
vendored
@ -24,6 +24,8 @@ jobs:
|
|||||||
- name: Get commit id
|
- name: Get commit id
|
||||||
id: get_commit_id
|
id: get_commit_id
|
||||||
run: echo "COMMIT_ID=$( git rev-parse --short "$GITHUB_SHA" )" >> $GITHUB_OUTPUT
|
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
|
- name: Set version
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get install jq
|
sudo apt-get install jq
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user