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

CI: Fix release workflow #16

Merged
merged 5 commits into from
Apr 26, 2024
Merged

CI: Fix release workflow #16

merged 5 commits into from
Apr 26, 2024

Conversation

bisgardo
Copy link
Contributor

@bisgardo bisgardo commented Apr 25, 2024

The workflow (added in #12) erronously uses github.ref as the version name, but that value includes a ref/tags/ prefix that should be removed. Added a step for doing that and ensured that the correct value is used.

Also needed to add submodule checkout for cargo metadata to work as well as throwing away logging output on stderr.

It was expected that there could be issues with this workflow becuse it couldn't be tested in advance. It's better tested now, but we still need a full successful run on main to be sure.

@bisgardo bisgardo changed the title Fix release workflow CI: Fix release workflow Apr 25, 2024
@bisgardo bisgardo merged commit ece560e into main Apr 26, 2024
6 checks passed
@bisgardo bisgardo deleted the fix-release-workflow branch April 26, 2024 08:50
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

Successfully merging this pull request may close these issues.

2 participants