chore: add prometheus.yml to release artifact (#8096)

This commit is contained in:
Alex
2024-03-20 09:16:00 -05:00
committed by GitHub
parent dd9d90d21e
commit 48e32269f4
+7 -6
View File
@@ -4,16 +4,16 @@ on:
workflow_dispatch: workflow_dispatch:
inputs: inputs:
serverBump: serverBump:
description: "Bump server version" description: 'Bump server version'
required: true required: true
default: "false" default: 'false'
type: choice type: choice
options: options:
- "false" - 'false'
- minor - minor
- patch - patch
mobileBump: mobileBump:
description: "Bump mobile build number" description: 'Bump mobile build number'
required: false required: false
type: boolean type: boolean
@@ -46,8 +46,8 @@ jobs:
with: with:
author_name: Alex The Bot author_name: Alex The Bot
author_email: alex.tran1502@gmail.com author_email: alex.tran1502@gmail.com
default_author: user_info default_author: user_info
message: "Version ${{ env.IMMICH_VERSION }}" message: 'Version ${{ env.IMMICH_VERSION }}'
tag: ${{ env.IMMICH_VERSION }} tag: ${{ env.IMMICH_VERSION }}
push: true push: true
@@ -85,4 +85,5 @@ jobs:
docker/example.env docker/example.env
docker/hwaccel.ml.yml docker/hwaccel.ml.yml
docker/hwaccel.transcoding.yml docker/hwaccel.transcoding.yml
docker/prometheus.yml
*.apk *.apk