Fix Forgejo release asset publication #31
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/release-publish-api"
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?
Replaces the incompatible Forgejo release action after v0.2.1 verification tests and all six builds succeeded but publication failed because FORGEJO_PATH is unavailable on the native runner. Uses the Forgejo API with the automatic repository token and supports safe immutable tag retries by reusing a release and replacing existing same named assets. Tests vet lint shell tests YAML parsing and diff checks pass.