From f594a1d4ab5e42a7197ccc8edda528b0fa00ed8f Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Fri, 29 Mar 2024 08:23:40 -0400 Subject: [PATCH] fix: testing a fix to autotagger --- .forgejo/workflows/autotagger.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/autotagger.yaml b/.forgejo/workflows/autotagger.yaml index 14c57d7..39aeb03 100644 --- a/.forgejo/workflows/autotagger.yaml +++ b/.forgejo/workflows/autotagger.yaml @@ -31,7 +31,7 @@ jobs: 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=message::$(echo "$(git log --format=%B -n 1 $GITHUB_SHA)")" + echo "::set-output name=message::"$(git log --format=%B -n 1 $GITHUB_SHA)"" - name: Compare version and latest tag id: compare