We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba6a87b commit f4ef922Copy full SHA for f4ef922
1 file changed
.github/workflows/draft-release.yml
@@ -92,7 +92,9 @@ jobs:
92
- name: Commit changes
93
env:
94
VERSION: ${{ inputs.next_version }}
95
+ GITHUB_TOKEN: ${{ steps.generate-token.outputs.token }}
96
run: |
97
+ gh auth setup-git
98
git add .
99
git commit -m "chore: release v$VERSION"
100
git push
0 commit comments