fix: better ci
Release package / release (push) Successful in 4m31s
Release package / build-and-push (push) Has been skipped

This commit is contained in:
TakahashiNg
2026-03-29 14:23:22 +00:00
parent 8d0247024d
commit bd4b0c668d
+3 -1
View File
@@ -87,7 +87,9 @@ jobs:
git config --global user.name "gitea-actions"
git config --global user.email "actions-user@noreply.git.demonkernel.io.vn"
git remote set-url origin ssh://git@$TARGET_IP:222/FoodSurf/backend.git
REPO_NAME="${{ gitea.repository }}"
git remote set-url origin ssh://git@$TARGET_IP:222/${REPO_NAME}.git
git rm -r --cached .
git add .