Using GitHub repo with Plasmic Studio

What I’ve done so far:

  1. Created a new plasmic app (app starter template)
  2. Published from plasmic studio to a new GitHub repo (nextjs pages router, plasmic loader)
  3. Imported the repo into vercel so it auto publishes from GitHub main branch
  4. First publish worked great! I can see my app hosted on vercel
  5. Opened that repo on my local machine
  6. Started Dev server
  7. Followed normal instructions to setup my app host. All worked fine
  8. Added a root directory folder called components and defined a component
  9. Registered the code component in the plasmic host page
  10. Refreshed plasmic studio and I can see the code component and add it to my page
  11. Preview the plasmic app and I see the new code component on the page
  12. Trigger a new publish in plasmic studio to my GitHub repo. Chose to save new version, added description
  13. It said it completed publishing but can’t see a commit in GitHub, nor is auto publish to vercel triggered, nor is my localhost:3000 Dev server root url showing any changes
    What am I missing? Thanks in advance