Fix typo in publish builder (#17336)

Signed-off-by: shaoyue.chen <shaoyue.chen@zilliz.com>
pull/17380/head
shaoyue 2022-06-06 15:24:06 +08:00 committed by GitHub
parent c70af73005
commit 679820c8e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -33,8 +33,8 @@ jobs:
- name: Get version from system time after release step
id: extracter
run: |
echo "::set-output name=version::$(date +%Y%m%d)"
echo "::set-output name=sha_short::$(git rev-parse --short HEAD)"
echo "::set-output name=version::$(date +%Y%m%d)"
echo "::set-output name=sha_short::$(git rev-parse --short HEAD)"
- name: Docker Pull
shell: bash
run: |