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 0980e0f commit 02c4634Copy full SHA for 02c4634
.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@d5382d3e6f2fa7bd53cb749d33091853d4985daf # v2.3.0
+ uses: softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # v2.3.2
92
with:
93
name: '${{ inputs.release_number }} 🌈'
94
tag_name: ${{ inputs.release_number }}
0 commit comments