Commit 60e484e8 by github-actions

Transpile 02875bdb

parent 09f289d3
...@@ -12,5 +12,7 @@ COMMIT="$(git rev-parse --short HEAD)" ...@@ -12,5 +12,7 @@ COMMIT="$(git rev-parse --short HEAD)"
git add contracts 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" if ! git diff --cached --quiet; then
git push origin master git commit -m "Transpile $COMMIT"
git push origin master
fi
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