diff --git a/.github/workflows/publish-templates.yml b/.github/workflows/publish-templates.yml index f802c5a157b79..c24e5a77ae894 100644 --- a/.github/workflows/publish-templates.yml +++ b/.github/workflows/publish-templates.yml @@ -12,7 +12,7 @@ jobs: image: docker.io/paritytech/ci-unified:bullseye-1.75.0-2024-01-22-v20240109 strategy: matrix: - template: ["minimal"] + template: ["minimal", "solochain", "parachain"] env: template-path: "polkadot-sdk-${{ matrix.template }}-template" polkadot-release-version: "1.9.0"