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
Use the bitrise app title to detect staging build promotions
In 6464e3c we misunderstood what the
app slug was and changed the way staging was detected to that quite late
in the process. Turns out the app slug is the unique identifier for the
app (a UUID), not the application name itself which means that those
`run_if` were never evaluated as `true`.
0 commit comments