We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1847153 commit ff3611eCopy full SHA for ff3611e
1 file changed
.github/workflows/deploy.yml
@@ -33,6 +33,6 @@ jobs:
33
run: dotnet pack -c Release --version-suffix ${{ steps.gitversion.outputs.nuGetVersion }}
34
35
- name: Publish
36
- if: github.event_name != 'pull_request' && (github.ref_name == 'master' || github.ref_name == 'develop')
+ if: github.event_name != 'pull_request' && (github.ref_name == 'master')
37
run: |
38
dotnet nuget push **/*.nupkg --source 'https://api.nuget.org/v3/index.json' --skip-duplicate -k ${{ secrets.NUGETKEY }} --no-symbols 1
0 commit comments