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