mirror of
https://github.com/IceWhaleTech/CasaOS.git
synced 2025-09-18 01:25:54 +00:00
Update publish_npm.yaml
Signed-off-by: zhanghengxin <812718649@qq.com>
This commit is contained in:
parent
0f33cb3376
commit
e5e512d54b
2
.github/workflows/publish_npm.yaml
vendored
2
.github/workflows/publish_npm.yaml
vendored
@ -22,7 +22,7 @@ jobs:
|
||||
- run: echo $(git tag --sort=-creatordate | head -n 1)
|
||||
- name: Get version
|
||||
id: get_version
|
||||
run: echo "VERSION=$( (git tag --sort=-creatordate | head -n 1) )" >> $GITHUB_OUTPUT
|
||||
run: echo "VERSION=${{git tag --sort=-creatordate | head -n 1}}" >> $GITHUB_OUTPUT
|
||||
- name: Get commit id
|
||||
id: get_commit_id
|
||||
run: echo "COMMIT_ID=$( git rev-parse --short "$GITHUB_SHA" )" >> $GITHUB_OUTPUT
|
||||
|
Loading…
x
Reference in New Issue
Block a user