Skip to content

Commit 4bbdbf8

Browse files
authored
Update automation
1 parent ade53c9 commit 4bbdbf8

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,14 @@ on:
44
push:
55
tags:
66
- "draft-*"
7-
workflow_dispatch:
8-
inputs:
9-
email:
10-
description: "Submitter email"
11-
default: ""
12-
type: string
137

148
jobs:
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"
@@ -28,7 +22,7 @@ jobs:
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
@@ -47,7 +41,7 @@ jobs:
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

0 commit comments

Comments
 (0)