Browse Source

fix(ci): add untracked files before rebase. For #3255

pull/3257/head
Gabe Kangas 2 years ago
parent
commit
78ec6302b9
No known key found for this signature in database
GPG Key ID: 4345B2060657F330
  1. 1
      .github/workflows/javascript-format-build.yml

1
.github/workflows/javascript-format-build.yml

@ -158,6 +158,7 @@ jobs: @@ -158,6 +158,7 @@ jobs:
- name: Rebase
if: ${{ github.ref == 'refs/heads/develop' }}
run: |
git add static/web
git pull --rebase --autostash
# Only commit built web project files on develop.

Loading…
Cancel
Save