We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 221f10a commit cfa79bcCopy full SHA for cfa79bc
.github/workflows/main.yml
@@ -44,15 +44,6 @@ jobs:
44
45
- name: Publish
46
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
56
57
- name: Upload binaries to release
58
uses: svenstaro/upload-release-action@v2
0 commit comments