test new publish

This commit is contained in:
Aria Moradi 2021-05-24 17:04:47 +04:30
parent 874b13fa14
commit 60073aace3

View File

@ -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