Skip to content

Commit 1646396

Browse files
authored
Merge pull request #29 from menloresearch/m/chore/ci
chore: update ci upstream sync
1 parent bd36d9f commit 1646396

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/upstream-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ jobs:
155155
echo "PR merged successfully!"
156156
157157
git fetch origin dev
158-
git checkout dev
158+
git checkout -B dev origin/dev
159159
160160
# Create tag using master branch commit count
161161
TAG_NAME="b$COMMIT_COUNT"

0 commit comments

Comments
 (0)