Skip to content

Commit 56ea252

Browse files
authored
Update prepare-release-branch.yml
1 parent 5365a74 commit 56ea252

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prepare-release-branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
- name: Update contrib sha to match a branch with the same name of this
8686
run: |
8787
pip install ruamel.yaml
88-
python3 scripts/update_sha.py -b $RELEASE_BRANCH_NAME
88+
python3 scripts/update_sha.py -b $RELEASE_BRANCH_NAME -n
8989
9090
- name: Update the change log with the approximate release date
9191
run: |

0 commit comments

Comments
 (0)