github:autotag

This commit is contained in:
xiaoyifang 2022-03-22 07:57:46 +08:00
parent 23535d2cec
commit 32bfc0e361

View file

@ -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)"