fix: fixed another syntax error in autotagger
This commit is contained in:
parent
95b8840bbc
commit
4e59dd1941
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ jobs:
|
|||
|
||||
- name: Get new version
|
||||
id: get_version
|
||||
run: ::set-output name=version::$(awk -F '=' '/^ *version/ {gsub(/[[:space:]]/, "", $2); print $2}' pyproject.toml)
|
||||
run: echo "::set-output name=version::$(awk -F '=' '/^ *version/ {gsub(/[[:space:]]/, "", $2); print $2}' pyproject.toml)"
|
||||
|
||||
- name: Get latest tag
|
||||
id: get_latest_tag
|
||||
|
|
Loading…
Reference in a new issue