From 782c6ef75e5195e488b99f51bd4e893f62458f18 Mon Sep 17 00:00:00 2001 From: steve lasker Date: Fri, 22 Nov 2024 12:44:56 -0800 Subject: [PATCH] Revert publishing email workarounds Signed-off-by: steve lasker --- .github/workflows/publish.yml | 4 ++-- Makefile | 3 --- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 65bc7ec..264812f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -8,7 +8,7 @@ on: inputs: email: description: "Submitter email" - default: "stevenlasker@hotmail.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=stevenlasker@hotmail.com" + make: upload "UPLOAD_EMAIL=${{ inputs.email }}" - name: "Archive Submitted Drafts" uses: actions/upload-artifact@v3 diff --git a/Makefile b/Makefile index 030a7fb..de46d56 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,4 @@ LIBDIR := lib - -export UPLOAD_EMAIL="stevenlasker@hotmail.com" - include $(LIBDIR)/main.mk $(LIBDIR)/main.mk: