Commit ca77824d by Francisco Giordano

fix transpile-push.sh script

parent 224c8fcc
...@@ -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