We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be06fc8 commit 78df61eCopy full SHA for 78df61e
1 file changed
.github/workflows/release-chart.yaml
@@ -38,6 +38,7 @@ jobs:
38
run: |
39
git config user.name "Max Hedgehog"
40
git config user.email "127861667+max-hedgehog[bot]@users.noreply.github.com"
41
+ git fetch origin gh-pages --depth=1
42
43
- name: Package
44
0 commit comments