Skip to content

Commit 2878e39

Browse files
authored
Merge pull request #126 from morri-son/enhance-controller-release
correct artifact names and remove component name
2 parents 65b584f + 069ee30 commit 2878e39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-candidate-version.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
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

0 commit comments

Comments
 (0)