Failover is working?

Former-commit-id: ca3ffa00ed
This commit is contained in:
Owen
2025-06-19 17:38:21 -04:00
parent bc4f453bae
commit 761e46d1b1
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"