Skip to content

Commit

Permalink
push pre-releases to NuGet
Browse files Browse the repository at this point in the history
  • Loading branch information
florianBachinger authored Jan 18, 2024
1 parent abcd61e commit 3bb9605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ jobs:

- name: publish every release to NuGet.org
run: dotnet nuget push src/Communication/bin/Release/*.nupkg -k ${{secrets.NUGET_ORG_API_KEY}} -s https://api.nuget.org/v3/index.json
if: github.event_name == 'push' && startswith(github.ref, 'refs/heads/release/v')
if: github.event_name == 'push' && startswith(github.ref, 'refs/heads')

0 comments on commit 3bb9605

Please sign in to comment.