Skip to content

Commit

Permalink
Merge pull request #296 from unosquare/mariodivece-patch-1
Browse files Browse the repository at this point in the history
Update lib-ci.yml
  • Loading branch information
mariodivece authored Jan 12, 2024
2 parents dd086d7 + c41dc62 commit e61e00e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/lib-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ on:
prerelease-versions-kept:
description: 'The number of pre-release versions kept in the GitHub registry.'
required: false
type: string
type: number
default: 10
version-bump-level:
description: 'The version component to bump after publishing.'
Expand Down Expand Up @@ -71,5 +71,6 @@ jobs:
uses: actions/delete-package-versions@v4
with:
package-name: ${{ inputs.project-name }}
package-type: 'nuget'
min-versions-to-keep: ${{ inputs.prerelease-versions-kept }}
delete-only-pre-release-versions: 'true'
delete-only-pre-release-versions: true

0 comments on commit e61e00e

Please sign in to comment.