From 251a5496484b21ecc35ff28e143c310fedb45a4b Mon Sep 17 00:00:00 2001 From: Heitor Lessa Date: Wed, 13 Jul 2022 16:40:28 +0200 Subject: [PATCH] chore(ci): fix syntax --- .github/workflows/on_release_notes.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/on_release_notes.yml b/.github/workflows/on_release_notes.yml index a3f0fdd..c586296 100644 --- a/.github/workflows/on_release_notes.yml +++ b/.github/workflows/on_release_notes.yml @@ -17,9 +17,8 @@ jobs: echo "RELEASE_TAG_VERSION=${RELEASE_TAG_VERSION:1}" >> $GITHUB_ENV - name: Generate changelog run: make changelog - - name: Git setup + - name: Git setup run: | - # setup the username and email. I tend to use 'GitHub Actions Bot' with no email by default git config user.name "Release bot" git config user.email "<>"