Skip to content

Commit afa94d9

Browse files
authored
Helm Release: Downgrade GH-Release action
1 parent 2030b6d commit afa94d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-x-manual-helm-chart.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
echo "chart_version=$(ls build | cut -d '-' -f 2 | sed 's|\.tgz||')" >> $GITHUB_ENV
7474
7575
- name: Create release ${{ github.event.inputs.release_number }}
76-
uses: softprops/action-gh-release@7b4da11513bf3f43f9999e90eabced41ab8bb048 # v2.2.0
76+
uses: softprops/action-gh-release@e7a8f85e1c67a31e6ed99a94b41bd0b71bbee6b8 # v2.0.9
7777
with:
7878
name: '${{ github.event.inputs.release_number }} 🌈'
7979
tag_name: ${{ github.event.inputs.release_number }}

0 commit comments

Comments
 (0)