Skip to content

Commit d4cd7fd

Browse files
committed
fixup! Merge pull request #19 from tus/prefix
1 parent 3d644db commit d4cd7fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
inputs:
99
email:
1010
description: "Submitter email"
11-
default: "[email protected]"
11+
default: ""
1212
type: string
1313

1414
jobs:
@@ -47,7 +47,7 @@ jobs:
4747
- name: "Upload to Datatracker"
4848
uses: martinthomson/i-d-template@v1
4949
with:
50-
make: upload "UPLOAD_EMAIL=${{ inputs.email }}"
50+
make: upload "UPLOAD_EMAIL=[email protected]"
5151

5252
- name: "Archive Submitted Drafts"
5353
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)