File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 4343 cd packages/mcp
4444
4545 # Define all provider packages
46- ALL_PROVIDERS=("@salesforce/mcp-provider-api" "@salesforce/mcp-provider-dx-core" "@salesforce/mcp-provider-mobile-web" "@salesforce/mcp-provider-code-analyzer" "@salesforce/mcp-provider-scale-products" "@salesforce/mcp-provider-metadata-enrichment")
46+ ALL_PROVIDERS=("@salesforce/mcp-provider-api" "@salesforce/mcp-provider-dx-core" "@salesforce/mcp-provider-mobile-web" "@salesforce/mcp-provider-code-analyzer" "@salesforce/mcp-provider-scale-products" "@salesforce/mcp-provider-devops" "@salesforce/mcp-provider- metadata-enrichment")
4747
4848 # Determine which providers to update
4949 if [ -n "${{ inputs.providers-to-update }}" ]; then
Original file line number Diff line number Diff line change 1010 - " packages/mcp-provider-mobile-web/**"
1111 - " packages/mcp-provider-code-analyzer/**"
1212 - " packages/mcp-provider-scale-products/**"
13+ - " packages/mcp-provider-devops/**"
1314 - " packages/mcp-provider-metadata-enrichment/**"
1415 workflow_dispatch :
1516 inputs :
3738 id : detect
3839 run : |
3940 # Packages that auto-publish on push to main
40- AUTO_PUBLISHABLE_PACKAGES=("mcp-provider-api" "mcp-provider-dx-core" "mcp-provider-code-analyzer" "mcp-provider-mobile-web" "mcp-provider-scale-products" "mcp-provider-metadata-enrichment")
41+ AUTO_PUBLISHABLE_PACKAGES=("mcp-provider-api" "mcp-provider-dx-core" "mcp-provider-code-analyzer" "mcp-provider-mobile-web" "mcp-provider-scale-products" "mcp-provider-devops" "mcp-provider- metadata-enrichment")
4142
4243 # All available provider packages
4344 ALL_PACKAGES=("mcp-provider-api" "mcp-provider-dx-core" "mcp-provider-code-analyzer" "mcp-provider-mobile-web" "mcp-provider-scale-products" "mcp-provider-devops" "mcp-provider-metadata-enrichment")
You can’t perform that action at this time.
0 commit comments