Skip to content

Commit aa53639

Browse files
author
Warren Buckley
authored
Comment out the GitHub Nuget Repo Feed
Some auth issue with that Nuget feed - need to investigate another time
1 parent fe1dbaa commit aa53639

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/dotnet.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,6 @@ jobs:
9595
name: Nuget Build Output
9696
path: ./build.out/
9797

98-
- name: Push to GitHub Nuget Repo
99-
if: ${{ github.event_name != 'pull_request' }}
100-
run: dotnet nuget push ./build.out/*.nupkg --skip-duplicate --source https://nuget.pkg.github.com/umbraco-community/index.json --api-key ${{ github.token }}
98+
#- name: Push to GitHub Nuget Repo
99+
# if: ${{ github.event_name != 'pull_request' }}
100+
# run: dotnet nuget push ./build.out/*.nupkg --skip-duplicate --source https://nuget.pkg.github.com/umbraco-community/index.json --api-key ${{ github.token }}

0 commit comments

Comments
 (0)