環境変数 [[GITHUB_REF_NAME]] を使う。具体的には以下いずれかの表記を使う。 - `github.ref_name` - `$GITHUB_REF_NAME` - `${{env.GITHUB_REF_NAME}}` ## 参考 - [How to get just the tag name? · Discussion \#26686 · community](https://github.com/orgs/community/discussions/26686)