Skip to content

Commit

Permalink
chore(ci): make sure both NuGet packages are to be uploaded to nuget.…
Browse files Browse the repository at this point in the history
…org (#74)
  • Loading branch information
lassana authored Jan 24, 2024
1 parent 48107e7 commit 795650e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-pack-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,5 @@ jobs:

- name: Push nupkg files to NuGet.org
run: |
nuget push CobrowseIO.DotNet.*.nupkg -Source https://api.nuget.org/v3/index.json -ApiKey ${{ secrets.NUGET_PUSH_TOKEN }} -SkipDuplicate
nuget push CobrowseIO.DotNet.iOS.AppExtension.4.*.nupkg -Source https://api.nuget.org/v3/index.json -ApiKey ${{ secrets.NUGET_PUSH_TOKEN }} -SkipDuplicate
nuget push CobrowseIO.DotNet.4.*.nupkg -Source https://api.nuget.org/v3/index.json -ApiKey ${{ secrets.NUGET_PUSH_TOKEN }} -SkipDuplicate

0 comments on commit 795650e

Please sign in to comment.