diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 87390dae..32f07cd2 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,7 +1,7 @@ name: glab summary: A GitLab CLI description: | - https://github.com/profclems/glab + https://gitlab.com/gitlab-org/cli **`glab` - A GitLab CLI tool** `glab` is an open source Gitlab Cli tool written in Go (golang) to help work seamlessly with Gitlab from the command line. Work with issues, merge requests, watch running pipelines directly from your CLI among other features. @@ -30,7 +30,7 @@ parts: - ssh override-pull: | snapcraftctl pull - snapcraftctl set-version `(git describe --tags | sed 's/^v//') 2>/dev/null || git rev-parse --short HEAD` + snapcraftctl set-version `(git describe --tags) 2>/dev/null` override-build: | LDFLAGS='' make -j2 cp bin/glab $SNAPCRAFT_PART_INSTALL/