From 6c818484777d800b4fbf944286ed88f1627049b5 Mon Sep 17 00:00:00 2001 From: 8baller <8ball030@gmail.com> Date: Sat, 13 May 2023 16:49:15 +0200 Subject: [PATCH] [feat] fix release --- .github/workflows/release.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 14129485..a8df2245 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -73,9 +73,8 @@ jobs: shell: bash run: | echo "Building Docker Images" - cd /work - source env.sh || exit 1 - echo "Building images for $AUTHOR for service $SERVICE" + export AUTHOR=valory + export SERVICE=mech autonomy init --reset --author $AUTHOR --ipfs --remote autonomy fetch $AUTHOR/$SERVICE --service --local || exit 1 cd $SERVICE || exit 1