Automated releases stopped working
Closed this issue · 4 comments
fermanjj commented
Describe the bug
It looks like automated releases to crates.io stopped working a few months ago
https://github.com/arlyon/async-stripe/actions/workflows/release.yml
To Reproduce
See workflows in Github
Expected behavior
I think this workflow publishes a new version to crates.io
Code snippets
No response
OS
N/A
Rust version
N/A
Library version
all
API version
N/A
Additional context
No response
arlyon commented
I have been meaning to find time to resolve this. Seems to be related to semantic-release-cargo
arlyon commented
This is now fixed, TY for the flag!
fermanjj commented
Although the releases are now seemingly working, for some reason I'm not seeing the version updated in Crates.io. It's still showing 0.22.2 (released on May 11, 2023).
Perhaps due to an undetected change?
fermanjj commented
New version is there! ty 🙏