This commit is contained in:
Sidharth Vinod
2021-05-31 16:23:42 +05:30
parent d92e3279bb
commit f662c9cfce
+3 -1
View File
@@ -32,7 +32,9 @@ jobs:
# yarn run lint
version=$(yarn version --patch --no-git-tag-version | grep "New version" | cut -d':' -f 2)
yarn build
./bin/fix-path
cd bin
./fix-path
cd ..
git config user.name github-actions
git config user.email github-actions@github.com
git add .