From dc7f2c49289ad85f67fd2c92154de1fe391a44ae Mon Sep 17 00:00:00 2001 From: Wei Lee Date: Tue, 4 Jul 2023 17:59:36 +0800 Subject: [PATCH] ci(github-actions): use airflow-oss-bot to push tag --- .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 885c7fe0a..636d7629d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -22,8 +22,8 @@ jobs: - name: Setup Github Actions git user run: | - git config --global user.email "action@github.com" - git config --global user.name "GitHub Actions" + git config --global user.email "airflow-oss-bot@astronomer.io" + git config --global user.name "airflow-oss-bot" - name: Tag and push tag for triggering release run: |