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 49197f6 commit 63244f5Copy full SHA for 63244f5
.github/workflows/continuous-integration.yml
@@ -24,7 +24,7 @@ jobs:
24
publish:
25
runs-on: macos-latest
26
needs: test
27
- if: github.ref == 'refs/heads/deploy'
+ if: github.ref == 'refs/heads/deploy' || startsWith(github.ref, 'refs/tags')
28
name: Publish NuGet package
29
steps:
30
- run: dotnet nuget push "**/*.nupkg" --source https://api.nuget.org/v3/index.json --api-key "${{ secrets.NUGET_API_KEY }}"
0 commit comments