-
Notifications
You must be signed in to change notification settings - Fork 58
chore(CI): Update homebrew formula on release #5433
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
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 4 Skipped Deployments
|
070d688 to
4bc4c6a
Compare
|
Don't forget to update the confluence page when fully approved please |
…dger/iota into dev-tools/update-homebrew
.github/workflows/release.yml
Outdated
| shell: bash | ||
| run: | | ||
| # Manual dispatch on a branch ref | ||
| if [ "${{ github.event_name == 'workflow_dispatch' }}" == "true" ]; then |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Am I stupid or does this check make no sense? The action only runs if the if condition of the job is met. But that checks for event_name == release 🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good call. I just copied this logic from the build job but you are right that this doesn't make sense
Co-authored-by: Thibault Martinez <[email protected]>
…dger/iota into dev-tools/update-homebrew
Made the updates! |
Description
Adds the
update-homebrew-formulajob to the release workflow, which creates a PR on release in the https://github.com/iotaledger/homebrew-tap repository.Related Issues
Closes #5429