Skip to content

Commit b87da1c

Browse files
committed
add condition to Add Helm Repo
1 parent d24a6b7 commit b87da1c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release-source.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ jobs:
136136
git add package.json
137137
git commit -m "Update package.json version to $RELEASE_VERSION"
138138
- name: Add Helm repository
139+
if: ${{ inputs.is_helm_chart == true }}
139140
run: helm repo add datavisyn https://chartmuseum.app.datavisyn.io --username ${{ env.CHARTMUSEUM_USER }} --password ${{ env.CHARTMUSEUM_PASSWORD }}
140141
- name: change charts and subcharts version
141142
if: ${{ inputs.is_helm_chart == true }}

0 commit comments

Comments
 (0)