We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 285938a commit e44c6e3Copy full SHA for e44c6e3
.github/workflows/nuget-publish.yml
@@ -3,8 +3,8 @@ name: Nuget publish
3
on:
4
release:
5
types: [published, created, edited]
6
- branches:
7
- - master
+ # branches:
+ # - master
8
9
jobs:
10
build:
@@ -14,5 +14,5 @@ jobs:
14
- name: Build All
15
uses: ./.github/actions/build-all
16
17
- #- name: Push package to NuGet
18
- # run: dotnet nuget push output/**/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
+ - name: Push package to NuGet
+ run: dotnet nuget push output/**/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
0 commit comments