mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-11 15:28:59 +00:00
clean getting release version
This commit is contained in:
@@ -38,5 +38,5 @@ parts:
|
|||||||
source: .
|
source: .
|
||||||
plugin: nil
|
plugin: nil
|
||||||
override-build: |
|
override-build: |
|
||||||
VERSION=$(git tag -l | tail -1 | sed 's/^v//g')
|
VERSION=$(git describe --abbrev=0 --tags | sed 's/^v//g')
|
||||||
snapcraftctl set-version "${VERSION}"
|
snapcraftctl set-version "${VERSION}"
|
||||||
|
|||||||
Reference in New Issue
Block a user