Skip to content

Commit b141cf8

Browse files
committed
Fix the signature of bin/release/update-changelog
1 parent 98c8a42 commit b141cf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prepare_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
if: github.ref_name == 'main'
3434
run: bin/release/bump-starter-frontend-version ${{ steps.pipeline_context.outputs.candidate_patch_branch }}
3535
- name: "Update Changelog"
36-
run: bin/release/update-changelog ${{ github.token }} ${{ github.repository }} ${{ steps.pipeline_context.outputs.candidate_tag }}
36+
run: bin/release/update-changelog ${{ steps.pipeline_context.outputs.candidate_tag }}
3737
- name: "Compute labels for the PR"
3838
id: pr_labels
3939
run: |

0 commit comments

Comments
 (0)