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
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