preactjs / compressed-size-action

GitHub Action that adds compressed size changes to your PRs.
https://github.com/marketplace/actions/compressed-size-action
MIT License
602 stars 84 forks source link

Release v2.1.0 is not on the marketplace #57

Closed hamstercat closed 3 years ago

hamstercat commented 3 years ago

I've tried using this action in my repo, but it seems like the latest version (v2.1.0) is not available on the marketplace. This is what I got in my GitHub workflow:

Error: Unable to resolve action `preactjs/compressed-size-action@v2.1.0`, unable to find version `v2.1.0`

It seems to be missing from GitHub's marketplace page too:

Screen Shot 2021-04-04 at 11 11 14 AM

I'm guessing there's just a step missing since the release already exists in this repo?

developit commented 3 years ago

I believe it was just published as v2.

hamstercat commented 3 years ago

Thanks for the quick answer! I hadn't tried it but you're right, v2 does have the updated cwd option so it's the latest already. Will update to that one.