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.
1 parent 7dca4fe commit 1956836Copy full SHA for 1956836
.github/workflows/create-pr.yml
@@ -56,8 +56,8 @@ jobs:
56
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
57
58
git fetch origin main
59
- git checkout -b release/${{ env.VERSION }}
60
- git push origin release/${{ env.VERSION }}
+ git canary
+ git push origin canary
61
62
gh pr create \
63
--title "🚀 Release ${{ env.VERSION }}" \
@@ -75,7 +75,7 @@ jobs:
75
76
> 🤖 This PR was automatically generated by [GitHub Actions](https://github.com/actions) \
77
--base main \
78
- --head release/${{ env.VERSION }} \
+ --head canary \
79
--draft \
80
--label "release" --label "automated pr" || true \
81
--reviewer siumauricio \
0 commit comments