Skip to content

Commit ce0930c

Browse files
committed
Use the sync_publish script
1 parent c45353d commit ce0930c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ for PROJECT in "${PROJECTS[@]}"
3333
do
3434
PROJECT_PATH=$(echo "$PROJECT" | sed 's/gluon_//' | sed 's/gluon/./')
3535

36-
if ! (cd "${PROJECT_PATH}" && retry cargo publish "$@"); then
36+
if ! (sync_publish "${PROJECT_PATH}" -f "$@"); then
3737
exit 1
3838
fi
3939
done

0 commit comments

Comments
 (0)