There was an error while loading. Please reload this page.
1 parent c7a97d3 commit 09c3387Copy full SHA for 09c3387
1 file changed
.github/workflows/build.yml
@@ -45,11 +45,6 @@ jobs:
45
46
- name: Install Computo CLI tools
47
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
53
dotnet tool install --global Computo.PublicationUpdater.Cli
54
echo "$HOME/.dotnet/tools" >> $GITHUB_PATH
55
0 commit comments