summaryrefslogtreecommitdiffstats
path: root/snap
diff options
context:
space:
mode:
authortechknowlogick <techknowlogick@gitea.com>2023-09-13 23:20:46 -0400
committerGitHub <noreply@github.com>2023-09-13 23:20:46 -0400
commitb32998b3f55bfb4acebe78810fde94838eb75918 (patch)
tree3743a0b7d4181ad88a4547bc74cfa636f6a1531e /snap
parentda50be73604589be9381e8811af5465fa47558f1 (diff)
downloadgitea-b32998b3f55bfb4acebe78810fde94838eb75918.tar.gz
gitea-b32998b3f55bfb4acebe78810fde94838eb75918.zip
set version in snapcraft yaml
Diffstat (limited to 'snap')
-rw-r--r--snap/snapcraft.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
index fa2b4a3979..7c10074bc5 100644
--- a/snap/snapcraft.yaml
+++ b/snap/snapcraft.yaml
@@ -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: |