File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change 4
4
push :
5
5
tags :
6
6
- " draft-*"
7
+ workflow_dispatch :
8
+ inputs :
9
+ email :
10
+ description : " Submitter email"
11
+ default : " "
12
+ type : string
7
13
8
14
jobs :
9
15
build :
10
16
name : " Publish New Draft Version"
11
17
runs-on : ubuntu-latest
12
18
steps :
13
19
- name : " Checkout"
14
- uses : actions/checkout@v3
20
+ uses : actions/checkout@v4
15
21
16
22
# See https://github.com/actions/checkout/issues/290
17
23
- name : " Get Tag Annotations"
22
28
run : date -u "+date=%FT%T" >>"$GITHUB_OUTPUT"
23
29
24
30
- name : " Caching"
25
- uses : actions/cache@v3
31
+ uses : actions/cache@v4
26
32
with :
27
33
path : |
28
34
.refcache
42
48
uses : martinthomson/i-d-template@v1
43
49
with :
44
50
make : upload
51
+ env :
52
+ UPLOAD_EMAIL : ${{ inputs.email }}
45
53
46
54
- name : " Archive Submitted Drafts"
47
- uses : actions/upload-artifact@v3
55
+ uses : actions/upload-artifact@v4
48
56
with :
49
57
path : " versioned/draft-*-[0-9][0-9].*"
You can’t perform that action at this time.
0 commit comments