fix: fixed another autotagger issue
Some checks failed
Autotagger / Autotagger (push) Failing after 7s
Actions / Lint Code (Ruff & Pylint) (push) Successful in 20s
Actions / Build Documentation (MkDocs) (push) Successful in 20s

This commit is contained in:
Seaswimmer 2024-03-29 08:03:43 -04:00
parent 4e59dd1941
commit 6c7871c36b
Signed by: cswimr
GPG key ID: B8953EC01E5C4063

View file

@ -47,8 +47,9 @@ jobs:
LATEST_TAG=${{ steps.get_latest_tag.outputs.latest_tag }}
if [ "$VERSION" = "$LATEST_TAG" ]; then
echo "::set-output name=latest_tag::$LATEST_TAG"
else
echo "::set-output name=version::$VERSION"
fi
echo "::set-output name=version::$VERSION"
- name: Create tag
if: steps.compare.outputs.version