From 117f2fa00d86b9934e82c3ffabd9870f3d7a0648 Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 28 Mar 2023 14:26:55 -0500 Subject: [PATCH] chore(ci): update prepare release action to bypass branch check (#2106) * chore: fix api * chore(ci): update prepare release action to bypass branch check --- .github/workflows/prepare-release.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/prepare-release.yml b/.github/workflows/prepare-release.yml index 6e4131939b..91ccd80a1c 100644 --- a/.github/workflows/prepare-release.yml +++ b/.github/workflows/prepare-release.yml @@ -41,8 +41,9 @@ jobs: id: push-tag uses: EndBug/add-and-commit@v9 with: - author_name: Immich Release Bot - author_email: bot@immich.app + author_name: Alex The Bot + author_email: alex.tran1502@gmail.com + default_author: user_info message: "Version ${{ env.IMMICH_VERSION }}" tag: ${{ env.IMMICH_VERSION }} push: true