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
ci: publish all variants in every contracts version on tag push (#23)
Tag-push releases previously published only the default contracts version
(v3.2), so v2.1 variants required a separate manual workflow_dispatch. Set
the push path to 'all' so each tag publishes every variant x every
nitro-contracts version that has a snapshot bundle (matrix builder skips
combos without one), giving us both v2.1 and v3.2 images to test against.
Removes the now-unused 'Read code defaults' step.
0 commit comments