-
Notifications
You must be signed in to change notification settings - Fork 205
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
[bug] update-rules
fails for packages created with Release Automation
#1429
Comments
update-rules
fails for packages created with release automationupdate-rules
fails for packages created with Release Automation
The above message matches the following commit hash from this morning |
The cause was that only the latest commit in git was available, as shown below.
To keep all commit history in git, we need to specify I would modify it to specify |
After specifying
|
Describe the bug
update-rules
fails for packages created withRelease Automation
.Sorry, I did not notice this issue because the rules folder was up to date when I was testing :(
This issue occurs when there is an update to
hayabusa_rules
repo after the Release Automation Actions are executed.Step to Reproduce
Actual behavior
Expected behavior
Successfully updated rules
Environment
Additional context
I have been deleting unused files under the rules folder in the actions, so that may be the cause ... 🤔
In
Integration-test
,cargo build --release
binaries are used. However, it does not use therelease package zip
, so it cannot detect this issue. It might be better to also have anIntegration-test
that uses therelease package zip
...The text was updated successfully, but these errors were encountered: