From c6c00d8c950af4c1d3f62af75cf063528705edd4 Mon Sep 17 00:00:00 2001 From: pacnpal <183241239+pacnpal@users.noreply.github.com> Date: Mon, 10 Feb 2025 16:56:24 -0500 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ede062e..8507d28 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,10 +27,9 @@ 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 + git add -f dist git commit -m 'Add built files' git push origin HEAD:main