fix typo in github actions
This commit is contained in:
parent
d9143f55ce
commit
3b27243ec6
|
|
@ -16,7 +16,7 @@ runs:
|
||||||
run: |
|
run: |
|
||||||
echo ::set-output name=sha_short::${GITHUB_SHA::7}
|
echo ::set-output name=sha_short::${GITHUB_SHA::7}
|
||||||
TAG=${GITHUB_REF##*/}
|
TAG=${GITHUB_REF##*/}
|
||||||
if [ "main" == "${TAG} ]; then
|
if [ "main" == "${TAG}" ]; then
|
||||||
TAG=canary
|
TAG=canary
|
||||||
fi
|
fi
|
||||||
echo ::set-output name=tag::${TAG:-canary}
|
echo ::set-output name=tag::${TAG:-canary}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue