Add fetch insted of pull

This commit is contained in:
Rory Powell 2023-06-06 11:27:08 +01:00
parent 9506a915f3
commit ef9f4955fa
1 changed files with 1 additions and 0 deletions

View File

@ -86,6 +86,7 @@ jobs:
git config user.name "Budibase Helm Bot"
git config user.email "<>"
git reset --hard
git fetch
mkdir sync
echo "Packaging chart to sync dir"
helm package charts/budibase --version "$RELEASE_VERSION" --app-version "$RELEASE_VERSION" --destination sync