This pull request includes a change to the .github/workflows/typescript-release.yml file. The change modifies the environment variables and the title of the release in the Create Release job.
.github/workflows/typescript-release.yml: Added GH_TOKEN as an environment variable and updated the release title to "Typescript Release $version" in the Create Release job.
This pull request includes a change to the
.github/workflows/typescript-release.yml
file. The change modifies the environment variables and the title of the release in theCreate Release
job..github/workflows/typescript-release.yml
: AddedGH_TOKEN
as an environment variable and updated the release title to "Typescript Release $version" in theCreate Release
job.