cargo-generate / cargo-generate-action

GitHub Action to run the cargo-generate tool in order to simplify testing for template authors
6 stars 6 forks source link

Unable to resolve action `cargo-generate/cargo-generate-action@v0.18`, unable to find version `v0.18` #15

Closed n8henrie closed 1 year ago

n8henrie commented 1 year ago

Using the README as a template, I'm seeing this error:

Unable to resolve action `cargo-generate/cargo-generate-action@v0.18`, unable to find version `v0.18`

For example: https://github.com/n8henrie/rust-cli-template/actions/runs/6422633060

Spelling out the full release (0.18.3) seems to solve the error.

It looks like you may need to add additional tags on a release to get it to match.

I recommend either looking into tagging the 0.18.3 release as 0.18 or updating the README example to use the fully specified version.

sassman commented 1 year ago

with v0.18.5 it's fixed. Furthermore, you can now use the @latest version tag.