Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
caponetto authored May 15, 2021
1 parent 1385d1b commit 9135e54
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,6 @@ jobs:
- name: Build
run: yarn install && yarn run prod

- name: Upload VS Code extension
uses: actions/upload-release-asset@master
env:
GITHUB_TOKEN: ${{ secrets.BASIC_TOKEN }}
with:
upload_url: ${{ steps.get_release.outputs.upload_url }}
asset_path: ./dist/vscode_diff_viewer_${{ steps.get_release.outputs.tag_name }}.vsix
asset_name: vscode_diff_viewer_${{ steps.get_release.outputs.tag_name }}.vsix
asset_content_type: application/octet-stream

- name: "Publish :: VS Code Marketplace"
run: |
npm install -g vsce
Expand Down

0 comments on commit 9135e54

Please sign in to comment.