mirror of
https://github.com/immich-app/immich.git
synced 2025-01-01 08:31:59 +00:00
chore: add prometheus.yml to release artifact (#8096)
This commit is contained in:
parent
dd9d90d21e
commit
48e32269f4
1 changed files with 7 additions and 6 deletions
11
.github/workflows/prepare-release.yml
vendored
11
.github/workflows/prepare-release.yml
vendored
|
@ -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
|
||||||
|
|
||||||
|
@ -47,7 +47,7 @@ jobs:
|
||||||
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
|
||||||
|
|
Loading…
Reference in a new issue