Skip to content

Commit

Permalink
copy pase error
Browse files Browse the repository at this point in the history
  • Loading branch information
florianBachinger authored Dec 18, 2023
1 parent 1c13b85 commit ca2d72f
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 @@ -44,5 +44,5 @@ jobs:
if: github.event_name == 'push' && startswith(github.ref, 'refs/heads')

- name: publish every release to NuGet.org
run: dotnet nuget push src/jsonv/bin/Release/*.nupkg -k ${{secrets.NUGET_ORG_API_KEY}} -s https://api.nuget.org/v3/index.json
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')

0 comments on commit ca2d72f

Please sign in to comment.