Failover is working?

This commit is contained in:
Owen
2025-06-19 17:38:21 -04:00
parent 6d3938e14e
commit ca3ffa00ed
4 changed files with 201 additions and 15 deletions

View File

@@ -39,7 +39,7 @@ jobs:
run: |
TAG=${{ env.TAG }}
if [ -f main.go ]; then
sed -i 's/Newt version replaceme/Newt version '"$TAG"'/' main.go
sed -i 's/version_replaceme/'"$TAG"'/' main.go
echo "Updated main.go with version $TAG"
else
echo "main.go not found"