Skip to content

Commit 6bf893b

Browse files
authored
Fix patch release workflow to push changes (#4034)
1 parent d52d5d6 commit 6bf893b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/patch-release-build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,9 @@ jobs:
244244
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
245245
GPG_PASSWORD: ${{ secrets.GPG_PASSWORD }}
246246

247+
- name: Push cherry-picked changes to the release branch
248+
run: git push
249+
247250
- name: Create Release
248251
id: create_release
249252
uses: actions/[email protected]

0 commit comments

Comments
 (0)