fix typo in github actions
This commit is contained in:
parent
d9143f55ce
commit
3b27243ec6
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in New Issue