ci: use the right search for tag
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
D. Moonfire 2023-07-23 14:39:05 -05:00
parent 870d23166b
commit 47493d5aa8

View file

@ -105,7 +105,7 @@ release-tag: release-setup
# Check the version and see if we've tagged it already.
tag="$pkg-$(dotnet gitversion /output json | jq -r .SemVer)"
if ! git tag | grep MfGames > /dev/null
if ! git tag | grep $tag > /dev/null
then
echo "already tagged $tag"
else