Commit 3426dce1 by Francisco Giordano

fix transpile-push.sh script

parent 2ce052a8
...@@ -9,6 +9,7 @@ git config user.email '41898282+github-actions[bot]@users.noreply.github.com' ...@@ -9,6 +9,7 @@ git config user.email '41898282+github-actions[bot]@users.noreply.github.com'
COMMIT="$(git rev-parse --short HEAD)" COMMIT="$(git rev-parse --short HEAD)"
git add contracts
git checkout --orphan master git checkout --orphan master
git reset --soft origin/master git reset --soft origin/master
git commit -m "Transpile $COMMIT" git commit -m "Transpile $COMMIT"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment