Skip to content

Commit

Permalink
chore: pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
titouancreach committed Oct 26, 2022
1 parent 8b2c771 commit 23e308d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

- name: Push generated package
run: dotnet nuget push ./out/*.nupkg -k ${{secrets.NUGET_API_KEY}} -s https://api.nuget.org/v3/index.json --skip-duplicate -n
working-directory: Unitee.EventDriven.AzureSeriveBus
working-directory: Unitee.EventDriven.AzureServiceBus

- name: Push generated package
run: dotnet nuget push ./out/*.nupkg -k ${{secrets.NUGET_API_KEY}} -s https://api.nuget.org/v3/index.json --skip-duplicate -n
Expand Down

0 comments on commit 23e308d

Please sign in to comment.