do not abbrev git describe
This commit is contained in:
parent
dc876a208e
commit
9578b5b4cf
|
@ -19,13 +19,13 @@ jobs:
|
|||
-
|
||||
name: Find Git Tag
|
||||
id: tagger
|
||||
uses: jimschubert/query-tag-action@v1
|
||||
uses: jimschubert/query-tag-action@v2
|
||||
with:
|
||||
include: 'v*'
|
||||
exclude: '*-rc*'
|
||||
commit-ish: 'HEAD~'
|
||||
skip-unshallow: 'true'
|
||||
abbrev: 'false'
|
||||
abbrev: 7
|
||||
-
|
||||
name: Determine image tag type
|
||||
uses: haya14busa/action-cond@v1
|
||||
|
|
Loading…
Reference in New Issue