Skip to content

Commit

Permalink
set version in snapcraft yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
techknowlogick authored Sep 14, 2023
1 parent da50be7 commit b32998b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit b32998b

Please sign in to comment.