Skip to content

Commit 6eb1abd

Browse files
committed
chore(ci): update GitHub Actions workflow for Helm chart publishing
1 parent 1b3307c commit 6eb1abd

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/qa.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,13 @@ jobs:
279279
git config user.name "SettleMint Release Bot"
280280
git config user.email "support@settlemint.com"
281281
282+
- name: Fetch gh-pages reference for chart releaser
283+
if: |
284+
github.event_name == 'push' &&
285+
startsWith(github.ref, 'refs/tags/')
286+
run: |
287+
git fetch origin gh-pages:refs/remotes/origin/gh-pages
288+
282289
- name: Publish Helm charts with chart-releaser
283290
if: |
284291
github.event_name == 'push' &&

0 commit comments

Comments
 (0)