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
Look at publish.yml. Is it just a big long workflow with jobs for each language in sequence?
Is that how we want to continue to do it?
Benefits of doing it this way?
Negatives of doing it this way?
Explore alternatives
Keep publish.yml but have it call out to net-new workflows for the languages. Essentially, decompose the per-language code into language-specific workflows.
Keep publish.yml exactly as is, but have it call out to java-publish-maven.yml at the end.
publish.yml. Is it just a big long workflow with jobs for each language in sequence?publish.ymlbut have it call out to net-new workflows for the languages. Essentially, decompose the per-language code into language-specific workflows.publish.ymlexactly as is, but have it call out tojava-publish-maven.ymlat the end.