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