Skip to content

Commit 78c10f3

Browse files
authored
Update release-source.yml
1 parent 135b77d commit 78c10f3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release-source.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
- name: Add Helm repository
129129
run: helm repo add datavisyn https://chartmuseum.app.datavisyn.io --username ${{ env.CHARTMUSEUM_USER }} --password ${{ env.CHARTMUSEUM_PASSWORD }}
130130
- name: change charts and subcharts version
131-
if: ${{ github.repository == 'datavisyn/reprovisyn' || github.repository == 'datavisyn/aelixir' || github.repository == 'datavisyn/test-app' }}
131+
if: ${{ github.repository == 'datavisyn/reprovisyn' || github.repository == 'datavisyn/aevidence' || github.repository == 'datavisyn/test-app' }}
132132
run: |
133133
cd deploy/helm
134134
ls_result="$(ls)"
@@ -150,7 +150,7 @@ jobs:
150150
git add .
151151
git commit -m "Update chart version to $RELEASE_VERSION"
152152
- name: update imageTag and repository_tag in values files
153-
if: ${{ github.repository == 'datavisyn/reprovisyn' || github.repository == 'datavisyn/aelixir' }}
153+
if: ${{ github.repository == 'datavisyn/reprovisyn' || github.repository == 'datavisyn/aevidence' }}
154154
run: |
155155
cd deploy/helm
156156
ls_result="$(ls)"
@@ -183,7 +183,7 @@ jobs:
183183
env:
184184
CHARTMUSEUM_PASSWORD: ${{ secrets.DV_CHARTMUSEUM_PASSWORD }}
185185
- name: update readme files
186-
if: ${{ github.repository == 'datavisyn/reprovisyn' || github.repository == 'datavisyn/aelixir' }}
186+
if: ${{ github.repository == 'datavisyn/reprovisyn' || github.repository == 'datavisyn/aevidence' }}
187187
run: |
188188
# install homebrew package manager
189189
yes | /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

0 commit comments

Comments
 (0)