The v8 release https://github.com/actions/github-script/releases/tag/v8 should point to v8.0.0 instead of v8.
The v8 tag is a variable tag that will be moved eventually once v8.0.1 comes out. Creating a release with that tag is incorrect and will lead to weird behavior.
In v7.0.0 you have done it correctly: https://github.com/actions/github-script/releases/tag/v7.0.0
The v8 release https://github.com/actions/github-script/releases/tag/v8 should point to
v8.0.0instead ofv8.The
v8tag is a variable tag that will be moved eventually oncev8.0.1comes out. Creating a release with that tag is incorrect and will lead to weird behavior.In
v7.0.0you have done it correctly: https://github.com/actions/github-script/releases/tag/v7.0.0