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

Package not found when deleting oldest version of a package #77

Closed
y-meguro opened this issue Jul 29, 2022 · 1 comment
Closed

Package not found when deleting oldest version of a package #77

y-meguro opened this issue Jul 29, 2022 · 1 comment

Comments

@y-meguro
Copy link

y-meguro commented Jul 29, 2022

Hi.
Since yesterday I have not been able to delete a package, 2 days ago it was working correctly.

My configuration

I want to delete oldest version of a package.

      - name: delete oldest version of a package
        uses: actions/delete-package-versions@v3
        with:
          package-name: "shared-all"

Output

Run actions/delete-package-versions@v3
  with:
    package-name: shared-all
    num-old-versions-to-delete: 1
    min-versions-to-keep: -1
    ignore-versions: ^$
    delete-only-pre-release-versions: false
    token: ***
package: shared-all not found for owner: Newt-Inc in repo: newt

I am not getting any errors, but I cannot find the package and delete it.

My package info

  • I use GitHub Packages Registry https://npm.pkg.github.com

I haven't changed any settings for the past two days.
Can you help fixing it?

@y-meguro
Copy link
Author

y-meguro commented Aug 8, 2022

This issue is a duplicate of #74, so I will close it.

@y-meguro y-meguro closed this as completed Aug 8, 2022
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

1 participant