From 5786d60fdbb696b2c297b79f14bb8cd7d7e1c585 Mon Sep 17 00:00:00 2001 From: Slavic Cotruta Date: Sun, 25 Aug 2024 21:32:36 +0200 Subject: [PATCH] Configures git user in the release action --- .github/workflows/release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5c9215d..3459390 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,10 +28,10 @@ jobs: run: yarn build # Configure Git -# - name: Git configuration -# run: | -## git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com" -# git config --global user.name "GitHub Actions" + - name: Git configuration + run: | + git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com" + git config --global user.name "GitHub Actions" # Bump package version # Use tag latest