Skip to content

Commit dfc30b5

Browse files
author
Sean Sundberg
authored
Updates publish workflow and exposes name variable (#15)
Signed-off-by: Sean Sundberg <[email protected]>
1 parent 6da8493 commit dfc30b5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish-assets.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
ref: ${{ github.event.release.tag_name }}
2121

2222
- name: Build catalog
23-
uses: ibm-garage-cloud/action-module-catalog@main
23+
uses: ibm-garage-cloud/action-module-catalog@v1
2424
with:
2525
tagName: ${{ github.event.release.tag_name }}
2626
distDir: ${{ env.DIST_DIR }}
@@ -31,4 +31,4 @@ jobs:
3131
with:
3232
github_token: ${{ secrets.GITHUB_TOKEN }}
3333
publish_dir: ${{ env.DIST_DIR }}
34-
publish_branch: ${{ env.PUBLISH_BRANCH }}
34+
publish_branch: ${{ env.PUBLISH_BRANCH }}

module.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ versions:
2323
- name: region
2424
scope: global
2525
- name: name
26-
scope: ignore
26+
scope: module
2727
- name: name_prefix
2828
scope: global
2929
- name: ibmcloud_api_key

0 commit comments

Comments
 (0)