Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JensKrumsieck authored Dec 1, 2022
1 parent 9a5feca commit db84026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ jobs:
- run: cd ../
- name: publish github
run: dotnet nuget push tmp\*.nupkg --skip-duplicate -k ${{secrets.GITHUB_TOKEN}} -s https://nuget.pkg.github.com/JensKrumsieck/index.json
if: github.event_name != 'pull_request'
if: ${{ github.event_name == 'push' && github.repository_owner == 'JensKrumsieck' }}

0 comments on commit db84026

Please sign in to comment.