We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26f66f6 commit b1ac435Copy full SHA for b1ac435
1 file changed
.github/workflows/publish.yml
@@ -3,6 +3,12 @@ permissions:
3
contents: write
4
on:
5
workflow_dispatch:
6
+ inputs:
7
+ changes_in_release:
8
+ description: 'Changes in release'
9
+ required: true
10
+ default: 'Minor changes'
11
+ type: string
12
13
jobs:
14
build:
@@ -62,8 +68,12 @@ jobs:
62
68
with:
63
69
allowUpdates: true
64
70
removeArtifacts: true
71
+ draft: true
65
72
name: "1.${{ github.run_number }}.0"
66
73
tag: "v1.${{ github.run_number }}.0"
67
74
body: |
75
Note: KernelFlasher + allow-errors
76
+
77
+ Changes in this Release:
78
+ ${{ github.event.inputs.changes_in_release }}
79
artifacts: "*.apk"
0 commit comments