From d4cd7fd4be4bf5815865fba135606945e468a4f4 Mon Sep 17 00:00:00 2001 From: Marius Kleidl Date: Mon, 21 Oct 2024 10:07:31 +0200 Subject: [PATCH] fixup! Merge pull request #19 from tus/prefix --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index bbed5f6..434eddc 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -8,7 +8,7 @@ on: inputs: email: description: "Submitter email" - default: "marius@transloadit.com" + default: "" type: string jobs: @@ -47,7 +47,7 @@ jobs: - name: "Upload to Datatracker" uses: martinthomson/i-d-template@v1 with: - make: upload "UPLOAD_EMAIL=${{ inputs.email }}" + make: upload "UPLOAD_EMAIL=marius@transloadit.com" - name: "Archive Submitted Drafts" uses: actions/upload-artifact@v3