We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98c8a42 commit b141cf8Copy full SHA for b141cf8
.github/workflows/prepare_release.yml
@@ -33,7 +33,7 @@ jobs:
33
if: github.ref_name == 'main'
34
run: bin/release/bump-starter-frontend-version ${{ steps.pipeline_context.outputs.candidate_patch_branch }}
35
- name: "Update Changelog"
36
- 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 }}
37
- name: "Compute labels for the PR"
38
id: pr_labels
39
run: |
0 commit comments