We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc173ad commit 48a0065Copy full SHA for 48a0065
.github/workflows/release.yml
@@ -65,6 +65,8 @@ jobs:
65
git commit -a -m "Bumping version"
66
git push
67
- name: Create PR to main
68
+ env:
69
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
70
run: |
71
message="Prepare for the next release"
72
gh pr create --title "$message" \
0 commit comments