From e25ef7014005e7a0ca928665a7a1acca11a25bc3 Mon Sep 17 00:00:00 2001 From: Philipp Plotnikov Date: Fri, 15 Sep 2023 18:39:35 +0500 Subject: [PATCH] chore: Change the username and git email in release manifest Signed-off-by: Philipp Plotnikov --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index a0cd923..bc6be66 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -23,9 +23,9 @@ jobs: # Whether a draft release should be created, instead of public one IS_DRAFT_RELEASE: false # Name of the GitHub user for Git config - GIT_USERNAME: PhilippPlotnikov + GIT_USERNAME: Philipp-Plotnikov # E-Mail of the GitHub user for Git config - GIT_EMAIL: philipp.plotnikov@codefresh.io + GIT_EMAIL: philipp.plotnikov@icloud.com steps: - name: Checkout code uses: actions/checkout@v3