Skip to content

Commit

Permalink
Fix the signature of bin/release/update-changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
elia committed Dec 22, 2023
1 parent 98c8a42 commit b141cf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prepare_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
if: github.ref_name == 'main'
run: bin/release/bump-starter-frontend-version ${{ steps.pipeline_context.outputs.candidate_patch_branch }}
- name: "Update Changelog"
run: bin/release/update-changelog ${{ github.token }} ${{ github.repository }} ${{ steps.pipeline_context.outputs.candidate_tag }}
run: bin/release/update-changelog ${{ steps.pipeline_context.outputs.candidate_tag }}
- name: "Compute labels for the PR"
id: pr_labels
run: |
Expand Down

0 comments on commit b141cf8

Please sign in to comment.