generated from actions/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ignore-versions doesn't work #120
Comments
same for me, this action is not usable in it's current state |
same issue - specific versions that were to be ignored got deleted |
I'm getting the same issue as well. This is my job: - uses: actions/delete-package-versions@v4
with:
ignore-versions: '.*main-ci.*'
min-versions-to-keep: 5
package-name: ${{ github.event.repository.name }}
package-type: container
I've tried |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm trying to set this action to remove certain packages but I want to keep all semver-correct versions. For instance
1.8.0-develop-312
should be deleted but1.8.0
should persist.My action setup is as follows:
but it keeps deleting all packages.
What am I doing wrong?
The text was updated successfully, but these errors were encountered: