fix: fixed the autotagger message variable causing errors
This commit is contained in:
parent
8633bda6c5
commit
2b64a45395
1 changed files with 1 additions and 2 deletions
|
@ -31,8 +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)"
|
||||
MESSAGE=$(git log --format=%B -n 1 $GITHUB_SHA)
|
||||
echo "::set-output name=message::$MESSAGE"
|
||||
echo "::set-output name=message::$(echo "$(git log --format=%B -n 1 $GITHUB_SHA)")"
|
||||
|
||||
- name: Compare version and latest tag
|
||||
id: compare
|
||||
|
|
Loading…
Reference in a new issue