From 1904d48dc37388b58665130c9f48e0ce72262290 Mon Sep 17 00:00:00 2001 From: artarts36 Date: Fri, 20 Dec 2024 15:14:26 +0300 Subject: [PATCH] chore: set commit author in release workflow --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 2529273..7c8d38e 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -64,7 +64,7 @@ jobs: - name: Commit changes run: | git add action.yaml - git commit -m "chore: update image version ${{ steps.version.outputs.new-version }} in action.yaml" -author 'github-actions[bot] ' + git commit -m "chore: update image version ${{ steps.version.outputs.new-version }} in action.yaml" --author 'github-actions[bot] ' git push - name: Create Tag