1
0
Fork 0
mirror of synced 2024-06-26 18:10:51 +12:00

package then commit

This commit is contained in:
Martin McKeaveney 2021-12-21 15:39:40 +00:00
parent 63e8634567
commit a77d6cbc42

View file

@ -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