I’m publishing my Make kit package (@my-org/figma-make-kit) to Figma’s npm registry from GitHub CI (currently 2.0.0), but when a user in our Org creats a new Make files using our Kit, Figma Make still pull the older kit-published version (1.0.0).
When I try to update the kit in Figma via Edit items in kit + Update kit + Publish, Figma attempts to publish the package to Figma’s npm again and fails with “this package version already exists” and the Update kit modal also tries to bump the version (e.g., 2.0.1), which would then conflict with my CI publishing flow, as the next time we would try to publish from CI to Figma, we will get an error in CI “this package version already exists”.
Is it possible to automate publishing of Figma Make Kits from our own CI?
Why Figma Make is not able to consume the latest CI-published version to Figma’s npm registry without requiring Update kit to publish a new package version?
