Skip to content

Commit 48a0065

Browse files
committed
Updating cd
1 parent fc173ad commit 48a0065

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ jobs:
6565
git commit -a -m "Bumping version"
6666
git push
6767
- name: Create PR to main
68+
env:
69+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6870
run: |
6971
message="Prepare for the next release"
7072
gh pr create --title "$message" \

0 commit comments

Comments
 (0)