Add Forgejo CLI to release shell #284

Merged
barrettruth merged 1 commit from fix-cli-release-tea into main 2026-05-11 15:45:02 +00:00
Owner

Fixes #283.

The CLI release workflow runs tea through nix develop .#ci, but the ci shell did not include the Forgejo CLI. That made the post-publish release step fail with exec: tea: not found.

This keeps the default development shell unchanged and adds pkgs.tea only to the CI shell used by release automation.

Verification:

  • nix develop .#ci --command bash -c 'command -v tea && tea --version'
  • nix flake check --no-build
  • git diff --check
Fixes #283. The CLI release workflow runs `tea` through `nix develop .#ci`, but the `ci` shell did not include the Forgejo CLI. That made the post-publish release step fail with `exec: tea: not found`. This keeps the default development shell unchanged and adds `pkgs.tea` only to the CI shell used by release automation. Verification: - `nix develop .#ci --command bash -c 'command -v tea && tea --version'` - `nix flake check --no-build` - `git diff --check`
Add Forgejo CLI to release shell
All checks were successful
quality / Test (pull_request) Successful in 21s
quality / Lint (pull_request) Successful in 26s
quality / Build (pull_request) Successful in 48s
c8d9af29cf
barrettruth deleted branch fix-cli-release-tea 2026-05-11 15:45:02 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
barrettruth/delta!284
No description provided.