Skip to content

Commit 48e3226

Browse files
authored
chore: add prometheus.yml to release artifact (#8096)
1 parent dd9d90d commit 48e3226

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

Diff for: .github/workflows/prepare-release.yml

+7-6
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ on:
44
workflow_dispatch:
55
inputs:
66
serverBump:
7-
description: "Bump server version"
7+
description: 'Bump server version'
88
required: true
9-
default: "false"
9+
default: 'false'
1010
type: choice
1111
options:
12-
- "false"
12+
- 'false'
1313
- minor
1414
- patch
1515
mobileBump:
16-
description: "Bump mobile build number"
16+
description: 'Bump mobile build number'
1717
required: false
1818
type: boolean
1919

@@ -46,8 +46,8 @@ jobs:
4646
with:
4747
author_name: Alex The Bot
4848
author_email: [email protected]
49-
default_author: user_info
50-
message: "Version ${{ env.IMMICH_VERSION }}"
49+
default_author: user_info
50+
message: 'Version ${{ env.IMMICH_VERSION }}'
5151
tag: ${{ env.IMMICH_VERSION }}
5252
push: true
5353

@@ -85,4 +85,5 @@ jobs:
8585
docker/example.env
8686
docker/hwaccel.ml.yml
8787
docker/hwaccel.transcoding.yml
88+
docker/prometheus.yml
8889
*.apk

0 commit comments

Comments
 (0)