Skip to content

Commit

Permalink
ci(release): merge main into develop before running semantic release (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinezanardi committed Oct 8, 2023
1 parent 165f667 commit ab46912
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/upsert-pr-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,13 @@ jobs:
with:
persist-credentials: false

- name: Merge main branch into develop branch 🤝
run: |
git checkout main
git pull origin main
git checkout develop
git merge main
- name: Setup NodeJS ⚙️
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit ab46912

Please sign in to comment.