We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9454748 commit 285ae43Copy full SHA for 285ae43
1 file changed
.github/workflows/publish-chart.yaml
@@ -97,7 +97,7 @@ jobs:
97
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
98
99
- name: Upload Chart build to Release
100
- uses: softprops/action-gh-release@6da8fa9354ddfdc4aeace5fc48d7f679b5214090 # v2
+ uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2
101
with:
102
name: "${{ steps.extract_chart_name.outputs.chart_name }}: v${{ github.event.inputs.version }}"
103
tag_name: "${{ steps.extract_chart_name.outputs.chart_name }}-${{ github.event.inputs.version }}"
0 commit comments