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