diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ea584a0..ede062e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,6 +27,7 @@ jobs: - name: Commit built files run: | + git config set advice.addIgnoredFile false git config --global user.name 'github-actions[bot]' git config --global user.email 'github-actions[bot]@users.noreply.github.com' git add dist