We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7040516 commit cb2604bCopy full SHA for cb2604b
1 file changed
.github/workflows/publish-to-nuget.yml
@@ -42,5 +42,5 @@ jobs:
42
run: dotnet test --configuration $BUILD_CONFIG --no-build --verbosity normal --framework net7.0
43
44
- name: Publish to NuGet
45
- if: startsWith(github.ref, 'refs/heads/release')
+ if: startsWith(github.ref, 'refs/tags')
46
run: nuget push **\*.nupkg -Source 'https://api.nuget.org/v3/index.json' -ApiKey ${{secrets.NUGET_API_KEY}}
0 commit comments