Skip to content

Commit c91da98

Browse files
committed
ci: update release workflow to push back to dev once releases are published
1 parent 70b5aaf commit c91da98

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/release.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,11 @@ jobs:
3636

3737
- name: 'Semantic Release'
3838
run: npx semantic-release
39+
40+
- name: Update dev branch.
41+
run: |
42+
git fetch --unshallow
43+
git checkout development
44+
git pull
45+
git merge main
46+
git push

0 commit comments

Comments
 (0)