Skip to content

Commit 0f7d663

Browse files
committed
fix(ci): .deepin@main -> .deepin@master
1 parent b705036 commit 0f7d663

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

.github/workflows/auto-release.yml

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,34 @@ on:
44
inputs:
55
version:
66
description: 'Release version (e.g., 1.0.0)'
7+
type: string
78
required: true
89
name:
910
description: 'The name of the person to release the version'
11+
type: string
1012
required: false
1113
email:
1214
description: 'The email of the person to release the version'
15+
type: string
16+
required: false
17+
timezone:
18+
description: 'The timezone in the debian changelog file'
19+
required: false
20+
type: string
21+
default: 'Asia/Shanghai'
22+
workflow_call:
23+
inputs:
24+
version:
25+
description: 'Release version (e.g., 1.0.0)'
26+
type: string
27+
required: true
28+
name:
29+
description: 'The name of the person to release the version'
30+
type: string
31+
required: false
32+
email:
33+
description: 'The email of the person to release the version'
34+
type: string
1335
required: false
1436
timezone:
1537
description: 'The timezone in the debian changelog file'
@@ -19,7 +41,7 @@ on:
1941

2042
jobs:
2143
auto_tag:
22-
uses: linuxdeepin/.github/.github/workflows/auto-release.yml@main
44+
uses: linuxdeepin/.github/.github/workflows/auto-release.yml@master
2345
secrets: inherit
2446
with:
2547
version: ${{ inputs.version }}

0 commit comments

Comments
 (0)