parent
d6bc025f47
commit
aa3804fecc
@ -1,7 +1,7 @@ |
|||||||
#!/usr/bin/env bash |
#!/usr/bin/env bash |
||||||
|
|
||||||
set -e |
set -e |
||||||
sha1sum persist/plugin-$1.zip |
HASH=sha1sum persist/plugin-$1.zip |
||||||
npx ts-node apps/remix-ide/ci/publish_plugin.ts 328782397 alpha |
npx ts-node apps/remix-ide/ci/publish_plugin.ts $1 $HASH alpha |
||||||
|
|
||||||
git clone git@github.com:ethereum/remix-plugins-directory.git |
git clone git@github.com:ethereum/remix-plugins-directory.git |
Loading…
Reference in new issue