We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 18c42a4 + 9bb6c13 commit 94c9decCopy full SHA for 94c9dec
1 file changed
.github/workflows/release.yml
@@ -35,6 +35,8 @@ jobs:
35
run: |
36
gh extension install chelnak/gh-changelog
37
gh changelog new --latest
38
+ env:
39
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
40
41
- name: Create GitHub Release
42
id: create_release
0 commit comments