Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI: Add GH_TOKEN to publish workflow
When trying to release a minor version, GitHub Actions said: gh: To use GitHub CLI in a GitHub Actions workflow, set the GH_TOKEN environment variable. Example: env: GH_TOKEN: ${{ github.token }} we didn't notice it before, because this code doesn't run on patch releases.
- Loading branch information