Skip to content

Commit 155060e

Browse files
committed
fix: add workaround for author
1 parent 018a6da commit 155060e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ jobs:
2424
run: |
2525
echo "Pushing Packages"
2626
cd /work
27-
export AUTHOR=$(grep 'service' packages/packages.json | awk -F/ '{print $2}' | head -1)
27+
# export AUTHOR=$(grep 'service' packages/packages.json | awk -F/ '{print $2}' | head -1)
28+
# Hardcode author to push images to valory docker repository
29+
export AUTHOR=valory
2830
autonomy init --reset --author $AUTHOR --ipfs --remote
2931
autonomy push-all
3032
publish-images:

0 commit comments

Comments
 (0)