Open JoshuaKGoldberg opened 10 months ago
Ah, wrong link. Will fix.
I really hate debugging GitHub Actions...
Invalid workflow file: .github/workflows/post-release.yml#L11The workflow is not valid. .github/workflows/post-release.yml (Line: 11, Col: 29): Unrecognized named-value: 'payload'. Located at position 1 within expression: payload.release.tag_name
--
[Invalid workflow file: .github/workflows/post-release.yml#L11](https://github.com/JoshuaKGoldberg/create-typescript-app/actions/runs/11394888134/workflow)
The workflow is not valid. .github/workflows/post-release.yml (Line: 11, Col: 29): Unrecognized named-value: 'payload'. Located at position 1 within expression: payload.release.tag_name
Things are back to how they were in #1666. Still accepting PRs on this issue...
Bug Report Checklist
main
branch of the repository.Overview
Following #427 -> #428: per https://github.com/apexskier/github-release-commenter/issues/432, it looks like
${{ payload.release.tag_name }}
should be usable to get the tag name of the released version. It'd be nice to use that instead of having to manuallyrun
a command: https://github.com/JoshuaKGoldberg/create-typescript-app/blob/d53c4eea73e084307a2d5eb9386727d0e3bf91ac/.github/workflows/post-release.yml#L8Investigation required. If this strategy does work, hooray! Accepting PRs!
Additional Info
No response