Skip to content

Commit

Permalink
Update nuget.yaml (#1288)
Browse files Browse the repository at this point in the history
  • Loading branch information
m3nax committed May 3, 2023
1 parent 93a57c8 commit 90f855e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/nuget.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,15 @@ jobs:
- "KubernetesClient.Basic"
- "KubernetesClient.Classic"
runs-on: ubuntu-latest
permissions:
packages: write

steps:
- name: Delete old NuGet packages
uses: actions/delete-package-versions@v4
with:
owner: ${{ env.GITHUB_REPOSITORY_OWNER }}
repo: ${{ github.event.repository.name }}
token: ${{ secrets.GITHUB_TOKEN }}
package-name: ${{ matrix.nuget-package }}
package-type: nuget
min-versions-to-keep: 10

0 comments on commit 90f855e

Please sign in to comment.