Fix docker publishing & version bumping

This commit is contained in:
Andras Schmelczer 2025-03-16 20:45:03 +00:00
parent 535169a039
commit 577be484b8
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
2 changed files with 6 additions and 6 deletions

View file

@ -24,11 +24,11 @@ fi
echo "Bumping backend versions"
cd backend
cargo set-version --bump patch
cargo set-version --bump $1
echo "Bumping frontend versions"
cd ../frontend
npm version patch --workspaces
npm version $1 --workspaces
echo "Updating frontend dependencies to match the new backend versions"
cd ../backend/sync_lib