Skip to content

Commit 34a0a20

Browse files
author
Excodibur
committed
fixed issues in workflows 3
1 parent 877b0c0 commit 34a0a20

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish-docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,10 @@ jobs:
4040
TAG_NAME="${GITHUB_REF##refs/tags/}"
4141
if [ "$TAG_NAME" = $(git describe --tags --abbrev=0) ]; then
4242
echo "::set-output name=is_latest::true"
43+
fi
4344
if [ -z $TAG_NAME ]; then
4445
TAG_NAME=dev
46+
fi
4547
echo "::set-output name=tag_name::${TAG_NAME}"
4648
echo "::set-output name=deploy_tag_name::doc-${TAG_NAME}"
4749

0 commit comments

Comments
 (0)