fix: fixed autotagger syntax error
This commit is contained in:
parent
81e643b21a
commit
95b8840bbc
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ jobs:
|
||||||
|
|
||||||
- name: Extract commit message
|
- name: Extract commit message
|
||||||
id: extract_commit_message
|
id: extract_commit_message
|
||||||
run: echo "::set-output name=message::$(git log --format=%B -n 1 $GITHUB_SHA)
|
run: echo "::set-output name=message::$(git log --format=%B -n 1 $GITHUB_SHA)"
|
||||||
|
|
||||||
- name: Get new version
|
- name: Get new version
|
||||||
id: get_version
|
id: get_version
|
||||||
|
|
Loading…
Reference in a new issue