Skip to content
This repository was archived by the owner on Mar 5, 2026. It is now read-only.

fix: correct repository name in Homebrew publish workflow#11

Merged
andersonleal merged 1 commit intomainfrom
fix/homebrew
Feb 12, 2026
Merged

fix: correct repository name in Homebrew publish workflow#11
andersonleal merged 1 commit intomainfrom
fix/homebrew

Conversation

@andersonleal
Copy link
Copy Markdown
Contributor

Summary

Updates the Homebrew publish workflow to use the correct repository name. The binary and formula now reference iii-hq/console instead of MotiaDev/iii-console.

Changes

  • BINARY_REPO: MotiaDev/iii-consoleiii-hq/console
  • Homepage in formula: https://github.com/MotiaDev/iii-consolehttps://github.com/iii-hq/console
  • Release download URLs: All 4 platform URLs (macOS ARM/x86, Linux ARM/x86) now point to iii-hq/console releases

Type of Change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist

  • Code follows project style guidelines
  • Changes have been tested locally
  • Documentation updated if needed

Additional Context

The repository has been moved to the iii-hq/console organization. Previously, the Homebrew workflow still referenced the old MotiaDev/iii-console location, which would cause release downloads and homepage links to fail after the migration. This fix ensures the Homebrew tap and formula correctly point to the new repository location.

Replace MotiaDev/iii-console with iii-hq/console to match the actual
GitHub repository where releases are published. This fixes 404 errors
when downloading release assets during Homebrew formula generation.
@andersonleal andersonleal merged commit 665d2d5 into main Feb 12, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant