We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df090cb commit 219ae02Copy full SHA for 219ae02
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@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # v2.2.1
+ uses: softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631 # v2.2.2
77
with:
78
name: '${{ github.event.inputs.release_number }} 🌈'
79
tag_name: ${{ github.event.inputs.release_number }}
0 commit comments