From 0d2f16c0161144d6c4e105769bbbe093b6f73dec Mon Sep 17 00:00:00 2001 From: Aaron Sadler Date: Sat, 16 Dec 2023 10:03:25 +0000 Subject: [PATCH] Updated GitHub package url --- .github/workflows/dotnet-build-prelease.yml | 6 +++--- .github/workflows/dotnet-build-release.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) 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' }}