Skip to content

Commit

Permalink
Revert publishing email workarounds
Browse files Browse the repository at this point in the history
Signed-off-by: steve lasker <stevenlasker@hotmail.com>
  • Loading branch information
SteveLasker committed Nov 22, 2024
1 parent addc9f8 commit 782c6ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
inputs:
email:
description: "Submitter email"
default: "stevenlasker@hotmail.com"
default: ""
type: string

jobs:
Expand Down Expand Up @@ -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
Expand Down
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
LIBDIR := lib

export UPLOAD_EMAIL="stevenlasker@hotmail.com"

include $(LIBDIR)/main.mk

$(LIBDIR)/main.mk:
Expand Down

0 comments on commit 782c6ef

Please sign in to comment.