do not abbrev git describe

This commit is contained in:
Vladislav Yarmak 2021-06-09 17:23:50 +03:00
parent dc876a208e
commit 9578b5b4cf
1 changed files with 2 additions and 2 deletions

View File

@ -19,13 +19,13 @@ jobs:
- -
name: Find Git Tag name: Find Git Tag
id: tagger id: tagger
uses: jimschubert/query-tag-action@v1 uses: jimschubert/query-tag-action@v2
with: with:
include: 'v*' include: 'v*'
exclude: '*-rc*' exclude: '*-rc*'
commit-ish: 'HEAD~' commit-ish: 'HEAD~'
skip-unshallow: 'true' skip-unshallow: 'true'
abbrev: 'false' abbrev: 7
- -
name: Determine image tag type name: Determine image tag type
uses: haya14busa/action-cond@v1 uses: haya14busa/action-cond@v1