Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aguescribano87 authored Aug 21, 2024
1 parent 498fcb8 commit 7843204
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,10 @@ jobs:

- name: Push changes to master
run: git push origin master --follow-tags

- name: Checkout and update development branch
run: |
git fetch origin development
git checkout development
git merge master
git push origin development --follow-tags

0 comments on commit 7843204

Please sign in to comment.