diff --git a/Justfile b/Justfile index 933e73b..816755a 100644 --- a/Justfile +++ b/Justfile @@ -109,7 +109,7 @@ release-tag: release-setup git remote remove publish || true git remote add publish https://dmoonfire:$MFGAMES_GITEA_TOKEN@src.mfgames.com/mfgames-cil/$(basename $(git config --get remote.origin.url)) - for i in src/*/GitVersion.yml + for i in src/*/version.json do # Move into the proper directory. dir=$(dirname $i)