diff --git a/.github/workflows/publish-assets.yaml b/.github/workflows/publish-assets.yaml index b704534..71e2cae 100644 --- a/.github/workflows/publish-assets.yaml +++ b/.github/workflows/publish-assets.yaml @@ -20,7 +20,7 @@ jobs: ref: ${{ github.event.release.tag_name }} - name: Build catalog - uses: ibm-garage-cloud/action-module-catalog@main + uses: ibm-garage-cloud/action-module-catalog@v1 with: tagName: ${{ github.event.release.tag_name }} distDir: ${{ env.DIST_DIR }} @@ -31,4 +31,4 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ${{ env.DIST_DIR }} - publish_branch: ${{ env.PUBLISH_BRANCH }} \ No newline at end of file + publish_branch: ${{ env.PUBLISH_BRANCH }} diff --git a/module.yaml b/module.yaml index 288ad8f..dd78be0 100644 --- a/module.yaml +++ b/module.yaml @@ -25,13 +25,11 @@ versions: - name: cluster_type moduleRef: id: cluster - output: platform - path: type_code + output: platform.type_code - name: cluster_version moduleRef: id: cluster - output: platform - path: version + output: platform.version - name: olm_version scope: ignore