Add RESOLVED_VERSION env var to check-tag and release jobs. Replace all
${{ inputs.version }} references with ${{ env.RESOLVED_VERSION }}
to support repository_dispatch when inputs.version is empty.
Co-Authored-By: Paperclip <noreply@paperclip.ing>
- ci.yaml: inline plugin-ci.yaml, add workflow_call trigger with node-version input
- release.yaml: inline plugin-release.yaml, fix secrets to use GITEA_RELEASE_TOKEN
- release.yaml ci job: call ./ci.yaml instead of plugin-ci.yaml
- release.yaml: add workflow_call trigger for reuse
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>