We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b3307c commit 6eb1abdCopy full SHA for 6eb1abd
1 file changed
.github/workflows/qa.yml
@@ -279,6 +279,13 @@ jobs:
279
git config user.name "SettleMint Release Bot"
280
git config user.email "support@settlemint.com"
281
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
+
289
- name: Publish Helm charts with chart-releaser
290
if: |
291
github.event_name == 'push' &&
0 commit comments