mitsuhiko / insta

A snapshot testing library for rust
https://insta.rs
Apache License 2.0
2.25k stars 101 forks source link

Failed to release assets at 1.41.0 #677

Closed suzuki-shunsuke closed 3 weeks ago

suzuki-shunsuke commented 3 weeks ago

https://github.com/mitsuhiko/insta/releases/tag/1.41.0

image

The release workflow failed.

https://github.com/mitsuhiko/insta/actions/runs/11544249635/job/32129653032

Run ncipollo/release-action@v1
Error: Error 422: Validation Failed: {"resource":"Release","code":"already_exists","field":"tag_name"}
max-sixty commented 3 weeks ago

Yes, that was unfortunate, it was my first time doing the release and I published a release rather than a tag.

I can release a 1.41.1 if the assets themselves would be helpful?

suzuki-shunsuke commented 3 weeks ago

I can release a 1.41.1 if the assets themselves would be helpful?

Thank you. Yes, it would be helpful. I'm a maintainer of aqua, which is a CLI version manager. aqua supports insta, and users can update it by Renovate. But currently, it fails to update insta to the latest version due to this issue.

e.g. https://github.com/aquaproj/aqua-registry/pull/28190 <- CI failed.

So I really appreciate it if you release 1.41.1.

max-sixty commented 3 weeks ago

Done! https://github.com/mitsuhiko/insta/releases/tag/1.41.1

Sorry for the inconvenience

max-sixty commented 3 weeks ago

(also aqua looks cool, nice work!)

suzuki-shunsuke commented 3 weeks ago

Thank you, nice work!