mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-24 04:24:09 +00:00
github:autotag
This commit is contained in:
parent
23535d2cec
commit
32bfc0e361
2
.github/workflows/AutoTag.yml
vendored
2
.github/workflows/AutoTag.yml
vendored
|
@ -35,6 +35,8 @@ jobs:
|
||||||
# 步骤
|
# 步骤
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
|
- name: set git short sha
|
||||||
id: git
|
id: git
|
||||||
run: |
|
run: |
|
||||||
echo "::set-output name=sha_short::$(git rev-parse --short=8 HEAD)"
|
echo "::set-output name=sha_short::$(git rev-parse --short=8 HEAD)"
|
||||||
|
|
Loading…
Reference in a new issue