You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: return raw recipe for pipeline release (#604)
Because
- The GET pipeline release APIs didn’t return the raw recipe.
- Streaming wasn’t working for pipeline releases.
This commit
- Fixes the issue where the pipeline release didn’t return the raw
recipe.
- Resolves the streaming issue with pipeline release triggers.
0 commit comments