Skip to content

Commit c6ed3da

Browse files
authored
fix CI workflows (#54)
1 parent 83bcf2b commit c6ed3da

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/helm-release.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ jobs:
5454
# Switch to gh-pages branch
5555
git checkout gh-pages
5656
57+
# Pull the latest changes from the remote gh-pages branch
58+
git pull origin gh-pages
59+
5760
# Copy artifacthub-repo.yaml from the current branch
5861
git checkout "${{ github.ref }}" -- helm/supersonic/artifacthub-repo.yaml
5962

0 commit comments

Comments
 (0)