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
release: 2.0.1
Republish to ship the compiled dist/ admin bundle, which was missing
from the 2.0.0 WP.org package. The deploy action skips already-published
versions, so a bump is required to push the corrected build (now staged
via BUILD_DIR) to trunk.
fix: pass build dir to deploy action via BUILD_DIR env
The pinned 10up action @stable accepts build-dir as an env var
(BUILD_DIR), not a with: input — the input form was rejected as
'Unexpected input' and ignored, so dist/ still didn't ship.