Skip to content

Commit

Permalink
Fix delete package error (#94)
Browse files Browse the repository at this point in the history
* TEST: remove old pre release nuget

* Specify package-type as it's mandatory in v5

rollback pull_request

* .

---------

Co-authored-by: Dwi Cahya Pramanda <[email protected]>
  • Loading branch information
Dwicahya94 and Dwi Cahya Pramanda authored Oct 23, 2024
1 parent 5b46718 commit b189b9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
uses: actions/delete-package-versions@v5
with:
package-name: 'Homely.AspNetCore.Mvc.Helpers'
package-type: 'nuget'
min-versions-to-keep: 10
delete-only-pre-release-versions: "true"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ env:
DOTNET_NOLOGO: true

jobs:

build_nuget:
runs-on: ubuntu-latest

Expand Down

0 comments on commit b189b9b

Please sign in to comment.