ci(release): export TAG/BODY for python subshells #6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "maximus/fix/release-export-vars"
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?
Trivial fix to release.yml: shell vars in a
run: |block aren't visible topython3 -csubshells withoutexport. Run 1481 failed withKeyError: 'TAG'for this reason. Just adds the export keyword.After merge, the same fix needs cherry-picking onto release/mirus before re-tagging — Forgejo evaluates trigger filters from the tag's commit's tree, not the default branch (confirmed empirically on run 1481).