set version in snapcraft yaml

This commit is contained in:
techknowlogick 2023-09-13 23:20:46 -04:00 committed by GitHub
parent da50be7360
commit b32998b3f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ parts:
version="$(git describe --always | sed -e 's/-/+git/;y/-/./')"
[ -n "$(echo $version | grep "+git")" ] && grade=devel || grade=stable
craftctl set version "$version"
craftctl set version="$version"
craftctl set grade="$grade"
override-build: |