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: