Skip to content

Commit d2bbbfd

Browse files
authored
Update GitFlow_Make-Release-and-Sync-to-Dev.yml
1 parent 465b15a commit d2bbbfd

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/GitFlow_Make-Release-and-Sync-to-Dev.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,16 @@ jobs:
128128
129129
<picture>![Install counter](https://img.shields.io/github/downloads/Romanitho/Winget-AutoUpdate/v${{ steps.release_version.outputs.NextSemVer }}/WAU_InstallCounter?style=flat-square&label=Total%20reported%20installations%20for%20this%20release&color=blue)</picture>
130130
131+
sync:
132+
name: Sync develop with main
133+
runs-on: ubuntu-latest
134+
needs: build
135+
steps:
136+
- name: Checkout code
137+
uses: actions/[email protected]
138+
with:
139+
fetch-depth: 0
140+
131141
# Step 5: Configure Git for merge back to develop
132142
- name: Configure Git
133143
shell: bash

0 commit comments

Comments
 (0)