Browse Source

reset git head after spec push

pull/4880/head
Martin McKeaveney 4 years ago
parent
commit
89f2d5b274
  1. 1
      .github/workflows/release-selfhost.yml

1
.github/workflows/release-selfhost.yml

@ -63,6 +63,7 @@ jobs:
run: |
git config user.name "Budibase Helm Bot"
git config user.email "<>"
git reset --hard HEAD
git pull
helm package charts/budibase
git checkout gh-pages

Loading…
Cancel
Save