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 a72b89e commit 818a6edCopy full SHA for 818a6ed
1 file changed
.github/workflows/prepare-beta.yml
@@ -46,10 +46,10 @@ jobs:
46
git fetch origin main
47
if git ls-remote --exit-code --heads origin "${branch}" >/dev/null 2>&1; then
48
git fetch origin "${branch}"
49
- git checkout --branch "${branch}" --track "origin/${branch}"
+ git checkout -b "${branch}" --track "origin/${branch}"
50
git merge --no-edit origin/main
51
else
52
- git checkout --branch "${branch}" origin/main
+ git checkout -b "${branch}" origin/main
53
bunx changeset pre enter beta
54
fi
55
0 commit comments