-
Notifications
You must be signed in to change notification settings - Fork 15
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
Brew install not working #113
Comments
Thank you for your report. We have released new versions, but formula wasn't updated. Formula should have been updated by GoReleaser. Lines 38 to 44 in dd2a67f
The latest release workflow failed. https://github.com/mercari/hcledit/actions/runs/9574541574/job/26397944699#step:5:89
|
Oh, I see. GoReleaser tried to push a commit to the main branch directly, but it failed due to the branch protection rule.
|
Unfortunately, GitHub Actions can't be added to the bypass list. So there are some options.
|
It seems we can update the goreleaser config to have it open PRs instead of merging directly to trunk. Let me update the GHA token permissions and update the goreleaser config. |
Currently `goreleaser` is attempting to push directly to trunk which is blocked by our different rulesets. Instead, we can have `goreleaser` open a PR and that can be merged manually so that we have no exceptions for all changes being made through a PR. #113
* [workflows/release] have `goreleaser` open PRs to update tap Currently `goreleaser` is attempting to push directly to trunk which is blocked by our different rulesets. Instead, we can have `goreleaser` open a PR and that can be merged manually so that we have no exceptions for all changes being made through a PR. #113 * [workflows/release] added `contents` write permissions
Hello team,
When i go with instructor of install hcledit cmd using brew I face with error
Error: mercari/hcledit/hcledit: wrong number of arguments (given 1, expected 0)
Steps that I execute in my terminal:
Error: mercari/hcledit/hcledit: wrong number of arguments (given 1, expected 0)
OS and System:
Mac OS M2
The text was updated successfully, but these errors were encountered: