File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4545 new_version : ${{ steps.compute.outputs.new_version }}
4646 base_version : ${{ steps.compute.outputs.base_version }}
4747 promotion_tag : ${{ steps.compute.outputs.promotion_tag }}
48- changelog_artifact : changelog-${{ inputs.component_path }}-${{ steps.compute.outputs.new_version }}
48+ changelog_artifact : changelog-${{ steps.compute.outputs.new_version }}
4949 set_latest : ${{ steps.latest.outputs.set_latest }}
5050 highest_final_version : ${{ steps.latest.outputs.highest_final_version }}
5151 steps :
@@ -119,7 +119,7 @@ jobs:
119119 - name : Upload changelog artifact
120120 uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
121121 with :
122- name : changelog-${{ inputs.component_path }}-${{ steps.compute.outputs.new_version }}
122+ name : changelog-${{ steps.compute.outputs.new_version }}
123123 path : ${{ runner.temp }}/CHANGELOG.md
124124 retention-days : 90
125125 if-no-files-found : error
You can’t perform that action at this time.
0 commit comments