From 9b86de4363461ac984b90c92297af7b1916c63a2 Mon Sep 17 00:00:00 2001 From: Mahdi Hosseini Date: Sat, 14 Oct 2023 19:59:05 +0330 Subject: [PATCH] Update publish.yml --- .github/workflows/publish.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a9ff70b..9d10f95 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -17,8 +17,9 @@ jobs: - name: Set up NuGet run: | - nuget sources add -name MyNuGetSource -source https://pkgs.dev.azure.com/dotnet/CommunityToolkit/_packaging/CommunityToolkit-Labs/nuget/v3/index.json - + nuget sources add -name Labs -source https://pkgs.dev.azure.com/dotnet/CommunityToolkit/_packaging/CommunityToolkit-Labs/nuget/v3/index.json + nuget sources add -name Main-Labs -source https://pkgs.dev.azure.com/dotnet/CommunityToolkit/_packaging/CommunityToolkit-MainLatest/nuget/v3/index.json + - name: Get Version uses: kzrnm/get-net-sdk-project-versions-action@v1.3.0 id: get-version