diff --git a/.github/workflows/dotnet-build-prelease.yml b/.github/workflows/dotnet-build-prelease.yml index 272199e..4a74e6c 100644 --- a/.github/workflows/dotnet-build-prelease.yml +++ b/.github/workflows/dotnet-build-prelease.yml @@ -78,9 +78,9 @@ jobs: - name: Push to GitHub Nuget Repo if: ${{ github.event_name != 'pull_request' }} run: | - dotnet nuget push ./build.out/Our.Umbraco.UmbNav.Web.${{steps.gitversion.outputs.nuGetVersionV2}}.nupkg --skip-duplicate --source https://nuget.pkg.github.com/umbhost/index.json --api-key ${{ github.token }} - dotnet nuget push ./build.out/Our.Umbraco.UmbNav.Core.${{steps.gitversion.outputs.nuGetVersionV2}}.nupkg --skip-duplicate --source https://nuget.pkg.github.com/umbhost/index.json --api-key ${{ github.token }} - dotnet nuget push ./build.out/Our.Umbraco.UmbNav.Api.${{steps.gitversion.outputs.nuGetVersionV2}}.nupkg --skip-duplicate --source https://nuget.pkg.github.com/umbhost/index.json --api-key ${{ github.token }} + dotnet nuget push ./build.out/Our.Umbraco.UmbNav.Web.${{steps.gitversion.outputs.nuGetVersionV2}}.nupkg --skip-duplicate --source https://nuget.pkg.github.com/AaronSadlerUK/index.json --api-key ${{ github.token }} + dotnet nuget push ./build.out/Our.Umbraco.UmbNav.Core.${{steps.gitversion.outputs.nuGetVersionV2}}.nupkg --skip-duplicate --source https://nuget.pkg.github.com/AaronSadlerUK/index.json --api-key ${{ github.token }} + dotnet nuget push ./build.out/Our.Umbraco.UmbNav.Api.${{steps.gitversion.outputs.nuGetVersionV2}}.nupkg --skip-duplicate --source https://nuget.pkg.github.com/AaronSadlerUK/index.json --api-key ${{ github.token }} - name: Push to UmbHost Nuget Repo if: ${{ github.event_name != 'pull_request' }} diff --git a/.github/workflows/dotnet-build-release.yml b/.github/workflows/dotnet-build-release.yml index 9b64079..ae1b582 100644 --- a/.github/workflows/dotnet-build-release.yml +++ b/.github/workflows/dotnet-build-release.yml @@ -74,9 +74,9 @@ jobs: - name: Push to GitHub Nuget Repo if: ${{ github.event_name != 'pull_request' }} run: | - dotnet nuget push ./build.out/Our.Umbraco.UmbNav.Web.${{steps.gitversion.outputs.nuGetVersionV2}}.nupkg --skip-duplicate --source https://nuget.pkg.github.com/umbhost/index.json --api-key ${{ github.token }} - dotnet nuget push ./build.out/Our.Umbraco.UmbNav.Core.${{steps.gitversion.outputs.nuGetVersionV2}}.nupkg --skip-duplicate --source https://nuget.pkg.github.com/umbhost/index.json --api-key ${{ github.token }} - dotnet nuget push ./build.out/Our.Umbraco.UmbNav.Api.${{steps.gitversion.outputs.nuGetVersionV2}}.nupkg --skip-duplicate --source https://nuget.pkg.github.com/umbhost/index.json --api-key ${{ github.token }} + dotnet nuget push ./build.out/Our.Umbraco.UmbNav.Web.${{steps.gitversion.outputs.nuGetVersionV2}}.nupkg --skip-duplicate --source https://nuget.pkg.github.com/AaronSadlerUK/index.json --api-key ${{ github.token }} + dotnet nuget push ./build.out/Our.Umbraco.UmbNav.Core.${{steps.gitversion.outputs.nuGetVersionV2}}.nupkg --skip-duplicate --source https://nuget.pkg.github.com/AaronSadlerUK/index.json --api-key ${{ github.token }} + dotnet nuget push ./build.out/Our.Umbraco.UmbNav.Api.${{steps.gitversion.outputs.nuGetVersionV2}}.nupkg --skip-duplicate --source https://nuget.pkg.github.com/AaronSadlerUK/index.json --api-key ${{ github.token }} - name: Push to UmbHost Nuget Repo if: ${{ github.event_name != 'pull_request' }}