Skip to content

Commit

Permalink
Wrong again EmberPlusProviderLib
Browse files Browse the repository at this point in the history
  • Loading branch information
Roog committed Aug 11, 2023
1 parent 467c8a1 commit a573df7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ContinuousIntegration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
run: dotnet nuget push ./src/Nuget.EmberPlusProviderLib.NetStandard/bin/PackNuGet/EmberPlus.ProviderLib.${{ github.event.release.tag_name }}.nupkg --skip-duplicate --no-symbols -k ${{secrets.GITHUB_TOKEN}} -s https://nuget.pkg.github.com/roog/index.json

- name: Publish Nuget Package [NuGet]
run: dotnet nuget push ./src/Nuget.EmberPlusConsumerLib.NetStandard/bin/PackNuGet/EmberPlus.ProviderLib.${{ github.event.release.tag_name }}.nupkg --skip-duplicate --no-symbols --api-key ${{ secrets.NUGETORG_API_KEY }} --source https://api.nuget.org/v3/index.json
run: dotnet nuget push ./src/Nuget.EmberPlusProviderLib.NetStandard/bin/PackNuGet/EmberPlus.ProviderLib.${{ github.event.release.tag_name }}.nupkg --skip-duplicate --no-symbols --api-key ${{ secrets.NUGETORG_API_KEY }} --source https://api.nuget.org/v3/index.json

0 comments on commit a573df7

Please sign in to comment.