Skip to content

Commit e7b3436

Browse files
switch to merge
1 parent 0ea392a commit e7b3436

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release-post-merge.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ jobs:
6363
git config user.name "$GITHUB_ACTOR"
6464
git config user.email "<>"
6565
git checkout develop
66-
git pull origin main
66+
git fetch origin main
67+
git merge origin/main
6768
git push origin develop
6869
6970
- name: Update Package Version for Next Development Cycle

0 commit comments

Comments
 (0)