Skip to content

Commit

Permalink
[feat] fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
8baller committed May 13, 2023
1 parent 87c5901 commit 6c81848
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 6c81848

Please sign in to comment.