Skip to content

Conversation

@DaughterOfMars
Copy link
Contributor

Description

Adds the update-homebrew-formula job to the release workflow, which creates a PR on release in the https://github.com/iotaledger/homebrew-tap repository.

Related Issues

Closes #5429

@vercel
Copy link

vercel bot commented Feb 17, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

4 Skipped Deployments
Name Status Preview Comments Updated (UTC)
apps-backend ⬜️ Ignored (Inspect) Visit Preview Mar 17, 2025 4:36pm
apps-ui-kit ⬜️ Ignored (Inspect) Visit Preview Mar 17, 2025 4:36pm
rebased-explorer ⬜️ Ignored (Inspect) Visit Preview Mar 17, 2025 4:36pm
wallet-dashboard ⬜️ Ignored (Inspect) Visit Preview Mar 17, 2025 4:36pm

@iota-ci iota-ci added dev-tools Issues related to the Developer Tools Team sc-platform Issues related to the Smart Contract Platform group. labels Feb 17, 2025
@github-actions github-actions bot added ci Issues related to our CI pipeline and removed sc-platform Issues related to the Smart Contract Platform group. dev-tools Issues related to the Developer Tools Team labels Feb 17, 2025
@iota-ci iota-ci added dev-tools Issues related to the Developer Tools Team sc-platform Issues related to the Smart Contract Platform group. labels Feb 17, 2025
@DaughterOfMars DaughterOfMars force-pushed the dev-tools/update-homebrew branch from 070d688 to 4bc4c6a Compare March 3, 2025 16:31
@DaughterOfMars DaughterOfMars requested review from a team as code owners March 5, 2025 15:16
@thibault-martinez
Copy link
Member

Don't forget to update the confluence page when fully approved please

shell: bash
run: |
# Manual dispatch on a branch ref
if [ "${{ github.event_name == 'workflow_dispatch' }}" == "true" ]; then
Copy link
Contributor

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 🤔

Copy link
Contributor Author

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

@thibault-martinez thibault-martinez merged commit 12f2de3 into develop Mar 18, 2025
30 checks passed
@thibault-martinez thibault-martinez deleted the dev-tools/update-homebrew branch March 18, 2025 08:59
@DaughterOfMars
Copy link
Contributor Author

Don't forget to update the confluence page when fully approved please

Made the updates!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci Issues related to our CI pipeline dev-tools Issues related to the Developer Tools Team sc-platform Issues related to the Smart Contract Platform group.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add a workflow to bump the homebrew formula

7 participants