Skip to content

Commit

Permalink
Comment out the GitHub Nuget Repo Feed
Browse files Browse the repository at this point in the history
Some auth issue with that Nuget feed - need to investigate another time
  • Loading branch information
Warren Buckley authored Nov 17, 2022
1 parent fe1dbaa commit aa53639
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,6 @@ jobs:
name: Nuget Build Output
path: ./build.out/

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

0 comments on commit aa53639

Please sign in to comment.