fix: fixing some issues with the autotagger script
Some checks failed
Autotagger / Autotagger (push) Failing after 6s
Actions / Lint Code (Ruff & Pylint) (push) Successful in 20s
Actions / Build Documentation (MkDocs) (push) Successful in 19s

This commit is contained in:
Seaswimmer 2024-03-29 08:14:00 -04:00
parent d0697dd3af
commit 512a200d8b
Signed by: cswimr
GPG key ID: B8953EC01E5C4063

View file

@ -30,7 +30,7 @@ jobs:
run: |
git fetch --tags
echo "::set-output name=latest_tag::$(git describe --tags `git rev-list --tags --max-count=1`)"
echo "::set-output name=version::$(awk -F '=' '/^ *version/ {gsub(/[[:space:]]/, "", $2); print $2}' pyproject.toml)"
echo "::set-output name=version::$(awk -F '=' '/^ *version/ {gsub(/[[:space:]"]/, "", $2); print $2}' pyproject.toml)"
echo "::set-output name=message::$(git log --format=%B -n 1 $GITHUB_SHA)"
- name: Compare version and latest tag