Skip to content

Commit cfa79bc

Browse files
authored
Update main.yml
1 parent 221f10a commit cfa79bc

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,6 @@ jobs:
4444

4545
- name: Publish
4646
run: dotnet nuget push ./bin/Release/*.nupkg -k ${{ secrets.NUGET_PAT }} -s https://api.nuget.org/v3/index.json
47-
48-
- name: Upload binaries to release
49-
uses: svenstaro/upload-release-action@v2
50-
with:
51-
repo_token: ${{ secrets.GITHUB_TOKEN }}
52-
file: ${{ steps.publishToMarketplace.outputs.vsixPath }}
53-
asset_name: digma.vsix
54-
tag: ${{ github.ref }}
55-
overwrite: true
5647

5748
- name: Upload binaries to release
5849
uses: svenstaro/upload-release-action@v2

0 commit comments

Comments
 (0)