Browse Source

git add all

pull/3796/head
Martin McKeaveney 5 years ago
parent
commit
5e1ffbbdfd
  1. 2
      .github/workflows/release-selfhost.yml

2
.github/workflows/release-selfhost.yml

@ -43,7 +43,7 @@ jobs:
# helm package charts/budibase # helm package charts/budibase
# git checkout gh-pages # git checkout gh-pages
# mv budibase-${{ github.steps.version.outputs.release_version }}.tgz docs # mv budibase-${{ github.steps.version.outputs.release_version }}.tgz docs
# git add . # git add -A
# git commit -m "Helm Release: ${{ github.steps.version.outputs.release_version }}" # git commit -m "Helm Release: ${{ github.steps.version.outputs.release_version }}"
# git push # git push
# env: # env:

Loading…
Cancel
Save