Merge pull request #1922 from bitwarden/disable-coverage-upload

disabling the broken coverage asset
This commit is contained in:
Joseph Flinn 2021-06-30 09:06:02 -07:00 committed by GitHub
commit a018554757
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -200,6 +200,7 @@ jobs:
asset_content_type: application/zip
- name: upload coverage release asset
if: false
uses: actions/upload-release-asset@e8f9f06c4b078e705bd2ea027f0926603fc9b4d5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}