Add Forgejo CLI to release shell #284
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
status:blocked
track:api
track:auto
track:core
track:deploy
track:infra
track:ui
type:cleanup
type:docs
type:epic
type:release
type:research
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/delta!284
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix-cli-release-tea"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixes #283.
The CLI release workflow runs
teathroughnix develop .#ci, but thecishell did not include the Forgejo CLI. That made the post-publish release step fail withexec: tea: not found.This keeps the default development shell unchanged and adds
pkgs.teaonly to the CI shell used by release automation.Verification:
nix develop .#ci --command bash -c 'command -v tea && tea --version'nix flake check --no-buildgit diff --check