From 4769b838f4ba45edf91db0161d2668d84aef7813 Mon Sep 17 00:00:00 2001 From: jem Date: Fri, 6 Nov 2020 19:03:13 +0100 Subject: [PATCH] remove the report upload --- .github/workflows/stable.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/stable.yml b/.github/workflows/stable.yml index 244a3cb..bf703de 100644 --- a/.github/workflows/stable.yml +++ b/.github/workflows/stable.yml @@ -76,17 +76,6 @@ jobs: asset_name: mastodon-bot.js.sha512 asset_content_type: text/plain - - name: Upload build-report - id: build-report - uses: actions/upload-release-asset@v1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - with: - upload_url: ${{ steps.create_release.outputs.upload_url }} - asset_path: ./target/build-report - asset_name: build-report.html - asset_content_type: text/html - - name: upload to npm env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}