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
There could be a race condition where latest/edge got updated after this workflow published, and before it can promote - making it promote a different snap revision than the one we tested.
Can we publish the same artifact to latest/beta?
Can we get the revision number from the publish step, and use that in the promote?
We could publish the snap to edge using command line (instead of the GH action), capture the revision number from the standard output, then pass it to the job for releasing that same revision to beta.
There could be a race condition where
latest/edge
got updated after this workflow published, and before it can promote - making it promote a different snap revision than the one we tested.latest/beta
?Originally posted by @jpm-canonical in #81 (comment)
The text was updated successfully, but these errors were encountered: