We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 964312a + 9620a68 commit a92dc34Copy full SHA for a92dc34
.github/workflows/cleanup.yml
@@ -25,7 +25,7 @@ jobs:
25
echo "version=${_version}" >> $GITHUB_OUTPUT
26
27
# Keep the last 13 versions as well as the version used by the project itself
28
- - uses: actions/delete-package-versions@v3.0.0
+ - uses: actions/delete-package-versions@v3.0.1
29
with:
30
package-name: ${{ env.package_name }}
31
delete-only-pre-release-versions: true
0 commit comments