diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8166e1b..da62885 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,7 +27,7 @@ jobs: fetch-depth: 0 - name: Set package source - run: dotnet nuget add source --username maniglia --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text --name github "https://nuget.pkg.github.com/K-Society/index.json" + run: dotnet nuget add source --username maniglia --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text --name github1 "https://nuget.pkg.github.com/K-Society/index.json" - name: Get Version uses: dotnet/nbgv@master