We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3925ac3 commit 7acb9f1Copy full SHA for 7acb9f1
.github/workflows/CI.yml
@@ -43,5 +43,5 @@ jobs:
43
run: dotnet test /property:Configuration=Release --no-restore --no-build --verbosity normal
44
45
- name: Publish
46
- if: startsWith(github.ref, 'refs/heads/main')
+ if: startsWith(github.ref, 'refs/heads/main') || startsWith(github.ref, 'refs/heads/beta')
47
run: dotnet nuget push **\*.nupkg --source 'https://api.nuget.org/v3/index.json' --api-key ${{secrets.NUGET_API_KEY}} --skip-duplicate
0 commit comments