mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-04 14:31:46 +00:00
clean getting release version
This commit is contained in:
@@ -38,5 +38,5 @@ parts:
|
||||
source: .
|
||||
plugin: nil
|
||||
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}"
|
||||
|
||||
Reference in New Issue
Block a user