From 885fe351fbee9f7b5fe52576c8917c0baefebe37 Mon Sep 17 00:00:00 2001 From: pukkandan Date: Wed, 22 Jun 2022 07:50:46 +0530 Subject: [PATCH] [build] Fix release tag commit bug in b5899f4f19116bb4d98907413fa3fb84a952ef13 --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ce37b0bb7..7b26f1a44 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,6 +29,7 @@ jobs: make issuetemplates - name: Push to release + id: push_release run: | git config --global user.name github-actions git config --global user.email github-actions@example.com