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

Fix release workflow #118

Merged
merged 1 commit into from
Nov 28, 2024
Merged

Fix release workflow #118

merged 1 commit into from
Nov 28, 2024

Conversation

zeroalphat
Copy link
Contributor

@zeroalphat zeroalphat commented Nov 28, 2024

The issue was that the go generate ./redfish/... command was executed without the goimports command being installed in the release workflow, causing the CI to fail.
I have fixed the release workflow to ensure that dependent commands are installed beforehand.
Since the release of version 1.17.2 failed, I plan to re-tag and release version 1.17.2 again after merging this PR.

Signed-off-by: zeroalphat <taichi-takemura@cybozu.co.jp>
@zeroalphat zeroalphat merged commit 5590410 into main Nov 28, 2024
1 check passed
@zeroalphat zeroalphat deleted the fix-release-ci branch November 28, 2024 02:31
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