This commit is contained in:
Sidharth Vinod
2021-01-14 17:58:49 +05:30
parent 1cb42e0a88
commit 3bd5a640ec
+2 -1
View File
@@ -22,6 +22,7 @@ jobs:
yarn release
git config --global user.name github-actions
git config --global user.email github-actions@github.com
git commit -am "Release"
git add ./docs/*
git commit -m "Release"
git push