diff --git a/lib b/lib index 3279315..35c0eed 100644 --- a/lib +++ b/lib @@ -7,6 +7,14 @@ function create-archive(){ zip -r -9 ./release/module.zip ./src/* } +function set-variables(){ + envsubst < module.json.template > ./module.json + cat ./module.json + git add . + git commit -m 'update' + git push origin $DRONE_BRANCH +} + function create-release(){ if [[ -z "${TAG}" ]]; then echo "TAG key is not set"