Skip to content

Commit

Permalink
fix: properly cherry-pick when there are changes in submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorhugods committed May 3, 2024
1 parent a6846f1 commit a8f24cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cherry-pick-pr-to-newer-release-cycle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ jobs:
fetch-depth: 0

- name: Cherry pick to `RC`
uses: wireapp/[email protected].0
uses: wireapp/[email protected].1
with:
target-branch: release/candidate
submodule-name: kalium
submodules-target-branch: release/candidate
pr-title-suffix: 🍒
labels: cherry-pick

0 comments on commit a8f24cd

Please sign in to comment.