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 7a15353 commit aa2d27fCopy full SHA for aa2d27f
.github/workflows/reusable_release.yml
@@ -144,7 +144,7 @@ jobs:
144
cr package ${{ inputs.chart_dir }}
145
- name: Create GH release
146
if: ${{ fromJson(steps.prepare_release.outputs.new_release_published) }}
147
- uses: softprops/action-gh-release@5434409c2b6457c050f109d68b2547fcbf1db07b
+ uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b
148
with:
149
name: ${{ inputs.chart_name }}-${{ steps.prepare_release.outputs.new_release_version }}
150
tag_name: ${{ inputs.chart_name }}-${{ steps.prepare_release.outputs.new_release_version }}
0 commit comments