package then commit
This commit is contained in:
parent
63e8634567
commit
a77d6cbc42
|
@ -47,9 +47,9 @@ jobs:
|
|||
git config user.email "<>"
|
||||
git pull
|
||||
helm package charts/budibase
|
||||
git checkout gh-pages
|
||||
mv *.tgz docs
|
||||
helm repo index docs
|
||||
git checkout gh-pages
|
||||
git add -A
|
||||
git commit -m "Helm Release: ${{ env.RELEASE_VERSION }}"
|
||||
git push
|
||||
|
|
Loading…
Reference in New Issue