From 60073aace380b79802230e8b7ebb88b5811530f2 Mon Sep 17 00:00:00 2001 From: Aria Moradi Date: Mon, 24 May 2021 17:04:47 +0430 Subject: [PATCH] test new publish --- .github/workflows/build_push.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build_push.yml b/.github/workflows/build_push.yml index 5a207d1..b9997ad 100644 --- a/.github/workflows/build_push.yml +++ b/.github/workflows/build_push.yml @@ -124,6 +124,8 @@ jobs: cd preview echo "{ \"latest\": \"$TAG\" }" > index.json git add index.json + git config --global user.email "github-actions[bot]@users.noreply.github.com" + git config --global user.name "github-actions[bot]" git commit -m "Updated to $TAG" git push origin main