Package cannot be published to the shared feed



This content originally appeared on DEV Community and was authored by Jaeyoung Jung

PROBLEM

While publishing template to the shared feed, the error occurred same with the title.

Image description

CAUSE

Trying deployment of library on tenant feed when it is allowed only for host feed.

SOLUTION

Allow deployment of library to both host and tenant feeds on orchestrator.

Going to Deployment Setting

  1. Go to Tenant
  2. Go to Settings
  3. Go to Deployment

Setting feed

  1. Go to Libraries
  2. Check Both host and tenant feeds on Feeds
  3. Check Internal on Deployment
  4. Check Secure Deployment on Security
  5. Save


This content originally appeared on DEV Community and was authored by Jaeyoung Jung