We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2030b6d commit afa94d9Copy full SHA for afa94d9
1 file changed
.github/workflows/release-x-manual-helm-chart.yml
@@ -73,7 +73,7 @@ jobs:
73
echo "chart_version=$(ls build | cut -d '-' -f 2 | sed 's|\.tgz||')" >> $GITHUB_ENV
74
75
- name: Create release ${{ github.event.inputs.release_number }}
76
- uses: softprops/action-gh-release@7b4da11513bf3f43f9999e90eabced41ab8bb048 # v2.2.0
+ uses: softprops/action-gh-release@e7a8f85e1c67a31e6ed99a94b41bd0b71bbee6b8 # v2.0.9
77
with:
78
name: '${{ github.event.inputs.release_number }} 🌈'
79
tag_name: ${{ github.event.inputs.release_number }}
0 commit comments