Skip to content

Commit 1956836

Browse files
committed
refactor: update
1 parent 7dca4fe commit 1956836

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/create-pr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ jobs:
5656
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
5757
5858
git fetch origin main
59-
git checkout -b release/${{ env.VERSION }}
60-
git push origin release/${{ env.VERSION }}
59+
git canary
60+
git push origin canary
6161
6262
gh pr create \
6363
--title "🚀 Release ${{ env.VERSION }}" \
@@ -75,7 +75,7 @@ jobs:
7575
7676
> 🤖 This PR was automatically generated by [GitHub Actions](https://github.com/actions) \
7777
--base main \
78-
--head release/${{ env.VERSION }} \
78+
--head canary \
7979
--draft \
8080
--label "release" --label "automated pr" || true \
8181
--reviewer siumauricio \

0 commit comments

Comments
 (0)