fix: fixed another autotagger issue
This commit is contained in:
parent
4e59dd1941
commit
6c7871c36b
1 changed files with 2 additions and 1 deletions
|
@ -47,8 +47,9 @@ jobs:
|
||||||
LATEST_TAG=${{ steps.get_latest_tag.outputs.latest_tag }}
|
LATEST_TAG=${{ steps.get_latest_tag.outputs.latest_tag }}
|
||||||
if [ "$VERSION" = "$LATEST_TAG" ]; then
|
if [ "$VERSION" = "$LATEST_TAG" ]; then
|
||||||
echo "::set-output name=latest_tag::$LATEST_TAG"
|
echo "::set-output name=latest_tag::$LATEST_TAG"
|
||||||
|
else
|
||||||
|
echo "::set-output name=version::$VERSION"
|
||||||
fi
|
fi
|
||||||
echo "::set-output name=version::$VERSION"
|
|
||||||
|
|
||||||
- name: Create tag
|
- name: Create tag
|
||||||
if: steps.compare.outputs.version
|
if: steps.compare.outputs.version
|
||||||
|
|
Loading…
Reference in a new issue