Skip to content

Commit b09df20

Browse files
committed
Fix incorrect line break
1 parent d13c654 commit b09df20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cherryPick.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
staging \
7474
${{ steps.getVersionBumpCommit.outputs.VERSION_BUMP_SHA }} \
7575
${{ steps.getCPMergeCommit.outputs.MERGE_COMMIT_SHA }} \
76-
--no-tags
76+
--no-tags \
7777
--shallow-exclude ${{ steps.getPreviousVersion.outputs.PREVIOUS_VERSION }}
7878
7979
- name: Cherry-pick the version-bump to staging

0 commit comments

Comments
 (0)