Skip to content

Commit

Permalink
Fix incorrect line break
Browse files Browse the repository at this point in the history
  • Loading branch information
roryabraham committed Jul 12, 2023
1 parent d13c654 commit b09df20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cherryPick.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
staging \
${{ steps.getVersionBumpCommit.outputs.VERSION_BUMP_SHA }} \
${{ steps.getCPMergeCommit.outputs.MERGE_COMMIT_SHA }} \
--no-tags
--no-tags \
--shallow-exclude ${{ steps.getPreviousVersion.outputs.PREVIOUS_VERSION }}
- name: Cherry-pick the version-bump to staging
Expand Down

0 comments on commit b09df20

Please sign in to comment.