fix typo in github actions

This commit is contained in:
Quan TRAN 2022-05-23 10:12:47 +02:00 committed by GitHub
parent d9143f55ce
commit 3b27243ec6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ runs:
run: |
echo ::set-output name=sha_short::${GITHUB_SHA::7}
TAG=${GITHUB_REF##*/}
if [ "main" == "${TAG} ]; then
if [ "main" == "${TAG}" ]; then
TAG=canary
fi
echo ::set-output name=tag::${TAG:-canary}