ci: fix shared release-please workflow bug#136
Merged
ashutosh-ukey merged 1 commit intocirclefin:masterfrom Mar 12, 2026
Merged
ci: fix shared release-please workflow bug#136ashutosh-ukey merged 1 commit intocirclefin:masterfrom
ashutosh-ukey merged 1 commit intocirclefin:masterfrom
Conversation
yemi-gbenebor
approved these changes
Mar 12, 2026
ashutosh-ukey
pushed a commit
that referenced
this pull request
Mar 18, 2026
🤖 I have created a release *beep* *boop* --- ## [2.10.0](v2.9.0...v2.10.0) (2026-03-18) ### Features * sync SDK to OpenAPI doc v2.11.1 ([#117](#117)) ([d56319f](d56319f)) * sync SDK to OpenAPI doc v2.12.0 ([#118](#118)) ([d2dd9c1](d2dd9c1)) * sync SDK to OpenAPI doc v2.14.0 ([#124](#124)) ([d64938e](d64938e)) * sync SDK to OpenAPI doc v2.15.0 ([#125](#125)) ([5b34ebb](5b34ebb)) * sync SDK to OpenAPI doc v2.16.0 ([#139](#139)) ([0ceb254](0ceb254)) ### Miscellaneous Chores * apply security best practices and onboard stepsecurity ([#131](#131)) ([357d2fe](357d2fe)) * **deps:** bump action versions to use node 20 ([#113](#113)) ([fe5002d](fe5002d)) * **stepsecurity:** update workflows to use custom hosted runners with built-in StepSecurity ([#133](#133)) ([40ee83f](40ee83f)) ### Continuous Integration * fix shared release-please workflow bug ([#136](#136)) ([d23c2ec](d23c2ec)) * fix shared release-please workflow bug pt 2 ([#137](#137)) ([12f2664](12f2664)) * use public shared Circle workflows repo ([#121](#121)) ([093fd41](093fd41)) * use shared release-please workflow ([#120](#120)) ([4bb61fb](4bb61fb)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
We are currently seeing several CI failures related to authentication and JSON formatting of some environment variables. This PR fixes those. These issues were introduced when switching to the shared release-please workflow (4bb61fb).