Skip to content

Commit

Permalink
Try something else
Browse files Browse the repository at this point in the history
  • Loading branch information
martinthomson committed Jul 3, 2024
1 parent 1acd5e5 commit 960f70c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion template/.github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ jobs:
- name: "Upload to Datatracker"
uses: martinthomson/i-d-template@v1
with:
make: upload "UPLOAD_EMAIL=${{ inputs.email }}"
make: upload
env:
UPLOAD_EMAIL: ${{ inputs.email }}

- name: "Archive Submitted Drafts"
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 960f70c

Please sign in to comment.