Skip to content

Commit

Permalink
switch to merge
Browse files Browse the repository at this point in the history
  • Loading branch information
dvviktordelev authored Nov 15, 2024
1 parent 0ea392a commit e7b3436
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-post-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ jobs:
git config user.name "$GITHUB_ACTOR"
git config user.email "<>"
git checkout develop
git pull origin main
git fetch origin main
git merge origin/main
git push origin develop
- name: Update Package Version for Next Development Cycle
Expand Down

0 comments on commit e7b3436

Please sign in to comment.