From 33f5e1907bb156a8942755892b7a00c84276c387 Mon Sep 17 00:00:00 2001 From: Daniel Jancar Date: Sun, 11 Aug 2024 22:41:33 +0200 Subject: [PATCH] chore: add git user for release workflow --- .github/workflows/release.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index af8195e..a2d000a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -53,6 +53,11 @@ jobs: mv dist/apps/frontend/browser/* dist/apps/frontend/ rmdir dist/apps/frontend/browser + - name: Configure Git User + run: | + git config --global user.email "actions@github.com" + git config --global user.name "GitHub Actions Bot" + - name: Deploy to GitHub Pages run: | git init