chore: typo fixes (#3203)

Co-authored-by: Jack Wotherspoon <jackwoth@google.com>
This commit is contained in:
Mithlesh kumar
2025-07-04 21:08:43 +05:30
committed by GitHub
parent ef736f0d1c
commit f4923468dc
2 changed files with 2 additions and 2 deletions

View File

@@ -78,7 +78,7 @@ Pushing a new tag will trigger the [release workflow](https://github.com/google-
- Create a new GitHub release with generated release notes.
- Create a new branch `release/vX.Y.Z` containing the version bump in the `package.json` files.
We also run a Gooogle cloud build called [release-docker.yml](../.gcp/release-docker.yaml). Which publishes the sandbox docker to match your release. This will also be moved to GH and combined with the main relase file once service account permissions are sorted out.
We also run a Google cloud build called [release-docker.yml](../.gcp/release-docker.yaml). Which publishes the sandbox docker to match your release. This will also be moved to GH and combined with the main release file once service account permissions are sorted out.
### 2. Monitor the Release Workflow