diff --git a/.github/workflows/build-data-archive.yml b/.github/workflows/build-data-archive.yml index 10309c4..ca76226 100644 --- a/.github/workflows/build-data-archive.yml +++ b/.github/workflows/build-data-archive.yml @@ -30,10 +30,15 @@ jobs: - name: Write commit hash to file run: git rev-parse --short HEAD > dist/commithash.txt + - name: Configure Git user + run: | + git config user.name "workflow" + git config user.email "workflow@invalid" + - name: Create new branch run: git switch --orphan dist - - name: Add files + - name: Add, commit, and push files run: | git add dist/ git commit -m 'Add distribution'