Skip to content

Commit 09c3387

Browse files
committed
fix: remove duplicate NuGet source addition, use already-configured source
1 parent c7a97d3 commit 09c3387

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,6 @@ jobs:
4545
4646
- name: Install Computo CLI tools
4747
run: |
48-
dotnet nuget add source "https://nuget.pkg.github.com/computorg/index.json" \
49-
--name "GitHubPackages" \
50-
--username "${{ github.actor }}" \
51-
--password "${{ secrets.GITHUB_TOKEN }}" \
52-
--store-password-in-clear-text
5348
dotnet tool install --global Computo.PublicationUpdater.Cli
5449
echo "$HOME/.dotnet/tools" >> $GITHUB_PATH
5550

0 commit comments

Comments
 (0)