File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed
Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change 44 push :
55 tags :
66 - " draft-*"
7- workflow_dispatch :
8- inputs :
9- email :
10- description : " Submitter email"
11- default : " "
12- type : string
137
148jobs :
159 build :
1610 name : " Publish New Draft Version"
1711 runs-on : ubuntu-latest
1812 steps :
1913 - name : " Checkout"
20- uses : actions/checkout@v4
14+ uses : actions/checkout@v3
2115
2216 # See https://github.com/actions/checkout/issues/290
2317 - name : " Get Tag Annotations"
2822 run : date -u "+date=%FT%T" >>"$GITHUB_OUTPUT"
2923
3024 - name : " Caching"
31- uses : actions/cache@v4
25+ uses : actions/cache@v3
3226 with :
3327 path : |
3428 .refcache
4741 - name : " Upload to Datatracker"
4842 uses : martinthomson/i-d-template@v1
4943 with :
50- make : upload "UPLOAD_EMAIL=${{ inputs.email }}"
44+ make : upload
5145
5246 - name : " Archive Submitted Drafts"
5347 uses : actions/upload-artifact@v3
You can’t perform that action at this time.
0 commit comments