fix: change update path for protobuf deps
All checks were successful
Check / check (push) Successful in 54s
All checks were successful
Check / check (push) Successful in 54s
This commit is contained in:
parent
3b34d50120
commit
00e36b6c77
@ -12,6 +12,7 @@ if ! git diff --exit-code flake.lock; then
|
||||
fi
|
||||
|
||||
echo "updating protobuf deps"
|
||||
cd "${git_root}/proto"
|
||||
buf dep update
|
||||
if ! git diff --exit-code buf.lock; then
|
||||
git add buf.lock
|
||||
|
Loading…
x
Reference in New Issue
Block a user