We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c45353d commit ce0930cCopy full SHA for ce0930c
scripts/publish.sh
@@ -33,7 +33,7 @@ for PROJECT in "${PROJECTS[@]}"
33
do
34
PROJECT_PATH=$(echo "$PROJECT" | sed 's/gluon_//' | sed 's/gluon/./')
35
36
- if ! (cd "${PROJECT_PATH}" && retry cargo publish "$@"); then
+ if ! (sync_publish "${PROJECT_PATH}" -f "$@"); then
37
exit 1
38
fi
39
done
0 commit comments