remove the report upload
This commit is contained in:
parent
2feca1f23e
commit
4769b838f4
1 changed files with 0 additions and 11 deletions
11
.github/workflows/stable.yml
vendored
11
.github/workflows/stable.yml
vendored
|
@ -76,17 +76,6 @@ jobs:
|
||||||
asset_name: mastodon-bot.js.sha512
|
asset_name: mastodon-bot.js.sha512
|
||||||
asset_content_type: text/plain
|
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
|
- name: upload to npm
|
||||||
env:
|
env:
|
||||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||||
|
|
Reference in a new issue