Skip to content
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

Packages are not deleted despite the success message being returned #78

Open
grzegorzkrukowski opened this issue Aug 16, 2022 · 10 comments

Comments

@grzegorzkrukowski
Copy link

I used this action to delete over 250 packages in 3 runs due to 99 limitations per run.
Each run correctly showed 99 removals + the last one 52 - as it removed it.

But all packages are still visible in a browser when I check it here:
https://github.com/OWNER/REPO/pkgs/npm/PACKAGE_NAME/versions

Re-running the action is not removing anything anymore.

@AJ-7885
Copy link

AJ-7885 commented Sep 13, 2022

I count the same issue it shows it is remove but when I check the published version they all remind as before.

image

@csaba-kovacs
Copy link

csaba-kovacs commented Sep 17, 2022

Same here, shows 6 but nothing was deleted.
Funny part, i tried another package delete method, and there it appears that the deletion went through by this action, since that method saw the number of versions i was keeping. So it didnt delete anything.. 30 versions are still in the package, but it returns data that 3 are there.

@peter-at-work
Copy link

#74 seems related to this and the real cause of the problem

@csaba-kovacs
Copy link

Bump!

@KennyKYLam
Copy link

Deleting shows success for me but the total # of packages is the same 😢 and showed no increase in deleted packages.

@nadesu
Copy link
Contributor

nadesu commented Dec 1, 2022

Yes, as mentioned here, this Action does not work for npm registry atm and it throws stale results. We are actively working on getting it work again for npm registry along with container registry.

@AJ-7885
Copy link

AJ-7885 commented Dec 1, 2022

I am try the same with Github registry and has same issue, where this should work?

@NeelimaShrm
Copy link

Just checking, by chance is this resolved?

@joseenriquedevathand
Copy link

joseenriquedevathand commented Mar 6, 2024

I have the same problem here, is there any update on this problem?

@peter-at-work
Copy link

With #74 being fixed/closed starting with v4.0.0 or later of the action, this issue can also be closed. Would the OP or others provide a workflow YAML and/or run logs to look at and see if it's the same issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants