1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2024-12-28 22:51:59 +00:00

chore(ci): update prepare release action to bypass branch check (#2106)

* chore: fix api

* chore(ci): update prepare release action to bypass branch check
This commit is contained in:
Alex 2023-03-28 14:26:55 -05:00 committed by GitHub
parent 2c67090e3c
commit 117f2fa00d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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