Commit Graph

4 Commits

Author SHA1 Message Date
Eligio Mariño 7d16500293 ci: make workflows fork-PR friendly by removing vars.FLUTTER_VERSION (#447)
Repository variables are not exposed to PRs from forks, so jobs that
reference vars.FLUTTER_VERSION at the container.image level fail to
resolve and the workflow template errors out before any step runs.
Replace it with a setup job that reads the latest published release tag
via the GitHub API using the read-only GITHUB_TOKEN, which is available
in fork-PR contexts.

Co-authored-by: Claude <noreply@anthropic.com>
2026-05-12 22:18:25 +02:00
Eligio Mariño 5c74e2b416 ci: read environment variables in create_git_tag (#294) 2025-02-23 20:22:23 +01:00
Eligio Mariño b06762bac0 fix: use github context because octokit is not available (#293) 2025-02-23 19:41:51 +01:00
Eligio Mariño e62bea76c8 ci: split ci and release workflows (#291) 2025-02-23 18:37:19 +01:00