Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/publish-assets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -31,4 +31,4 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ${{ env.DIST_DIR }}
publish_branch: ${{ env.PUBLISH_BRANCH }}
publish_branch: ${{ env.PUBLISH_BRANCH }}
6 changes: 2 additions & 4 deletions module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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