ci: fix Forgejo LuaRocks publishing #17

Merged
barrettruth merged 1 commit from ci/fix-forgejo-luarocks-tag-release into main 2026-05-03 17:38:33 +00:00
Owner

Problem

The Forgejo LuaRocks tag workflow invokes luarocks-tag-release directly with nix run, so it misses composite-action input defaults. The upstream template also assumes GitHub archive directories, while Forgejo archives unpack as the repository name.

Solution

Add a Forgejo-specific rockspec template, pass the required action inputs explicitly, and wait for main-push quality before publishing tagged LuaRocks releases.

## Problem The Forgejo LuaRocks tag workflow invokes `luarocks-tag-release` directly with `nix run`, so it misses composite-action input defaults. The upstream template also assumes GitHub archive directories, while Forgejo archives unpack as the repository name. ## Solution Add a Forgejo-specific rockspec template, pass the required action inputs explicitly, and wait for main-push quality before publishing tagged LuaRocks releases.
ci: fix Forgejo LuaRocks publishing
All checks were successful
quality / Format (pull_request) Successful in 4s
quality / Lint (pull_request) Successful in 4s
quality / Test (pull_request) Successful in 5s
fd9a01a3ad
Sign in to join this conversation.
No description provided.