From f82be3b2825d5505f8b4b081dc04d17d04ef6ad4 Mon Sep 17 00:00:00 2001 From: Mike Prorock Date: Thu, 24 Feb 2022 13:17:00 -0500 Subject: [PATCH] Update publish.yml --- .github/workflows/publish.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index dd94df9..3067f62 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -40,10 +40,11 @@ jobs: with: token: ${{ github.token }} - - name: "Upload to Datatracker" - uses: martinthomson/i-d-template@v1 - with: - make: upload + # Do not upload to datatracker yet + # - name: "Upload to Datatracker" + # uses: martinthomson/i-d-template@v1 + # with: + # make: upload - name: "Archive Submitted Drafts" uses: actions/upload-artifact@v2