Skip to content

Commit

Permalink
Merge pull request #294 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 510b3b5 + e1ab5aa commit 7754310
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/lib-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
5.0.x
6.0.x
7.0.x
8.0.x
- name: 🧑‍💻 Checkout codebase
uses: actions/checkout@v4
with:
Expand All @@ -70,5 +71,5 @@ jobs:
uses: actions/delete-package-versions@v4
with:
package-name: ${{ inputs.project-name }}
min-versions-to-keep: ${{ inputs.prerelease-versions-kept }}
min-versions-to-keep: ${{ fromJSON(inputs.prerelease-versions-kept) }}
delete-only-pre-release-versions: 'true'

0 comments on commit 7754310

Please sign in to comment.