diff options
author | techknowlogick <techknowlogick@gitea.com> | 2023-09-13 23:20:46 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-13 23:20:46 -0400 |
commit | b32998b3f55bfb4acebe78810fde94838eb75918 (patch) | |
tree | 3743a0b7d4181ad88a4547bc74cfa636f6a1531e /snap | |
parent | da50be73604589be9381e8811af5465fa47558f1 (diff) | |
download | gitea-b32998b3f55bfb4acebe78810fde94838eb75918.tar.gz gitea-b32998b3f55bfb4acebe78810fde94838eb75918.zip |
set version in snapcraft yaml
Diffstat (limited to 'snap')
-rw-r--r-- | snap/snapcraft.yaml | 2 |
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: | |