We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe1dbaa commit aa53639Copy full SHA for aa53639
.github/workflows/dotnet.yml
@@ -95,6 +95,6 @@ jobs:
95
name: Nuget Build Output
96
path: ./build.out/
97
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 }}
+ #- 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 commit comments