Skip to content

Commit b1ac435

Browse files
committed
Update publish.yml
1 parent 26f66f6 commit b1ac435

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/publish.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ permissions:
33
contents: write
44
on:
55
workflow_dispatch:
6+
inputs:
7+
changes_in_release:
8+
description: 'Changes in release'
9+
required: true
10+
default: 'Minor changes'
11+
type: string
612

713
jobs:
814
build:
@@ -62,8 +68,12 @@ jobs:
6268
with:
6369
allowUpdates: true
6470
removeArtifacts: true
71+
draft: true
6572
name: "1.${{ github.run_number }}.0"
6673
tag: "v1.${{ github.run_number }}.0"
6774
body: |
6875
Note: KernelFlasher + allow-errors
76+
77+
Changes in this Release:
78+
${{ github.event.inputs.changes_in_release }}
6979
artifacts: "*.apk"

0 commit comments

Comments
 (0)