From 7ff692220966ad405800722c8190f1479419a3cd Mon Sep 17 00:00:00 2001 From: Alan Pope Date: Sat, 16 May 2020 10:01:53 +0100 Subject: [PATCH] Update snapcraft.yaml --- snap/snapcraft.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 419d3f7..8a8edfe 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -33,7 +33,7 @@ parts: override-pull: | snapcraftctl pull last_committed_tag="$(git for-each-ref --sort=taggerdate --format '%(tag)' refs/tags | tail -n 1)" - last_released_tag="$(snap info minetest | awk '$1 == "beta:" { print $2 }')" + last_released_tag="$(snap info minetest | awk '$1 == "latest/beta:" { print $2 }')" # If the latest tag from the upstream project has not been released to # beta, build that tag instead of master. if [ "${last_committed_tag}" != "${last_released_tag}" ]; then