Skip to content

Commit

Permalink
Remove push to nuget.org
Browse files Browse the repository at this point in the history
  • Loading branch information
wasabii committed Jan 4, 2025
1 parent 2fa657e commit 3510556
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/KubeOps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,10 +217,3 @@ jobs:
env:
GITHUB_REPOS: https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Push NuGet
if: github.ref_type == 'tag'
shell: pwsh
run: dotnet nuget push dist/nuget/*.nupkg --source $env:NUGET_REPOS --api-key $env:NUGET_TOKEN --skip-duplicate
env:
NUGET_REPOS: https://api.nuget.org/v3/index.json
NUGET_TOKEN: ${{ secrets.NUGET_TOKEN }}
1 change: 1 addition & 0 deletions KubeOps.sln
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "solution", "solution", "{DC
docfx.json = docfx.json
global.json = global.json
KubeOps.dist.msbuildproj = KubeOps.dist.msbuildproj
.github\workflows\KubeOps.yml = .github\workflows\KubeOps.yml
LICENSE = LICENSE
README.md = README.md
renovate.json = renovate.json
Expand Down

0 comments on commit 3510556

Please sign in to comment.