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 92c4092 commit 7eff93cCopy full SHA for 7eff93c
.github/workflows/release-x-manual-helm-chart.yml
@@ -88,7 +88,7 @@ jobs:
88
echo "chart_version=$(ls build | cut -d '-' -f 2,3 | sed 's|\.tgz||')" >> $GITHUB_ENV
89
90
- name: Create release ${{ inputs.release_number }}
91
- uses: softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631 # v2.2.2
+ uses: softprops/action-gh-release@d5382d3e6f2fa7bd53cb749d33091853d4985daf # v2.3.0
92
with:
93
name: '${{ inputs.release_number }} 🌈'
94
tag_name: ${{ inputs.release_number }}
0 commit comments