Skip to content

Instantly share code, notes, and snippets.

@euberdeveloper
Last active January 11, 2024 21:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save euberdeveloper/020cdd9e265ca78f6413091012f64d55 to your computer and use it in GitHub Desktop.
Save euberdeveloper/020cdd9e265ca78f6413091012f64d55 to your computer and use it in GitHub Desktop.
Fix gh release not being done with release-it on wsl
GITHUB_TOKEN=<your_gh_token>
GITHUB_TOKEN=<your_gh_token>
pnpm add dotenv-cli
# npm i dotenv-cli
# yarn add dotenv-cli
{
"scripts": {
"release": "dotenv release-it"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment