February 13, 20260.1.19Calmony Sanctions Monitor
v0.1.19 — fix: resolve CI workflow 'env' already defined parse error
Release v0.1.19: Fix CI workflow parse error
13 February 2026
What changed
- Fixed a
'env' is already definedparse error in the CI workflow that was preventing builds from running. - Consolidated duplicate per-job
envblocks into a single workflow-levelenvblock in.github/workflows/ci.yml.
Why it matters
This is an internal infrastructure fix only — no application changes. Our CI pipeline was failing to dispatch due to duplicate env definitions. Builds are now running cleanly again.
Technical notes
- Environment variables previously duplicated across
buildandlintjobs are now defined once at the workflow level and inherited by all jobs. - No database, API, or application code changes.
Release Notes
Successfully merged PR #35 and published release v0.1.19.
PR #35: "fix: resolve CI workflow 'env' already defined parse error"
- Squash merged to main (commit: cb1247b7)
- Fixed a CI workflow parse error by consolidating duplicate job-level
envblocks into a single workflow-levelenvblock in.github/workflows/ci.yml
Release v0.1.19: https://github.com/LetMC/CalmonySanctionsMonitor/releases/tag/v0.1.19
- Tag: v0.1.19
- Type: Patch release (bug fix — CI infrastructure only, no application code changes)