Skip to content

Commit

Permalink
Merge pull request #1123 from justeattakeaway/fix-package-feed-name
Browse files Browse the repository at this point in the history
Fix package publishing
  • Loading branch information
martincostello authored Feb 1, 2023
2 parents 814c503 + b9e3593 commit 0167120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
path: ./artifacts/packages

- name: Publish pre-release NuGet packages to GitHub Packages
run: dotnet nuget push "artifacts\packages\*.nupkg" --api-key ${{ secrets.GITHUB_TOKEN }} --skip-duplicate --no-symbols --source https://nuget.pkg.github.com/justeat/index.json
run: dotnet nuget push "artifacts\packages\*.nupkg" --api-key ${{ secrets.GITHUB_TOKEN }} --skip-duplicate --no-symbols --source https://nuget.pkg.github.com/justeattakeaway/index.json
if: ${{ github.event.repository.fork == false && github.ref == format('refs/heads/{0}', github.event.repository.default_branch) && runner.os == 'Windows' }}

- name: Push NuGet packages to NuGet.org
Expand Down

0 comments on commit 0167120

Please sign in to comment.