Skip to content

Commit 9b38dea

Browse files
authored
chore: update release action (#392)
1 parent c122282 commit 9b38dea

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -86,16 +86,6 @@ jobs:
8686
GH_TOKEN: ${{ github.token }}
8787
run: gh release create ${{ needs.build-project.outputs.version }} --generate-notes $(find . -name '*.vsix')
8888

89-
- name: Upload GitHub Release 2022 Asset
90-
uses: actions/upload-release-asset@v1
91-
env:
92-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
93-
with:
94-
upload_url: ${{ steps.create_release.outputs.upload_url }}
95-
asset_path: .\Snyk.VisualStudio.Extension.2022\bin\Release\Snyk.VisualStudio.Extension.vsix
96-
asset_name: Snyk_Vulnerability_Scanner-${{ needs.build-project.outputs.version }}-2022.vsix
97-
asset_content_type: application/zip
98-
9989
- name: Publish 2022 extension to Marketplace
10090
uses: cezarypiatek/VsixPublisherAction@0.2
10191
with:

0 commit comments

Comments
 (0)