Files
triggershell/.gitea/workflows
valknar 3272b9db76
CI / Checks (push) Successful in 48s
CI / Publish to npm registry (push) Skipped
fix: actually stage the checks/publish split
The previous commit renamed release.yaml to ci.yml but never staged
the content edit underneath it (git mv picked up the last-staged
version, not the unstaged working-tree changes) - it pushed with the
filename changed but the workflow itself untouched. This is the
content that commit was supposed to carry.
2026-08-17 17:38:31 +02:00
..