Skip to content

Commit e5eae9a

Browse files
Update softprops/action-gh-release action to v2.6.2
Signed-off-by: red-hat-konflux-kflux-prd-rh02 <190377777+red-hat-konflux-kflux-prd-rh02[bot]@users.noreply.github.com>
1 parent 56cfa73 commit e5eae9a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
name: spoc-${{ matrix.arch }}
110110
path: |
111111
build/*
112-
- uses: softprops/action-gh-release@7b4da11513bf3f43f9999e90eabced41ab8bb048 # v2.2.0
112+
- uses: softprops/action-gh-release@3bb12739c298aeb8a4eeaf626c5b8d85266b0e65 # v2.6.2
113113
if: startsWith(github.ref, 'refs/tags/')
114114
with:
115115
files: |

.github/workflows/helm-chart-package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
name: ${{ steps.package.outputs.helm_tgz_name}}
3737
path: ${{ steps.package.outputs.helm_tgz_path}}
3838
if-no-files-found: error
39-
- uses: softprops/action-gh-release@7b4da11513bf3f43f9999e90eabced41ab8bb048 # v2.2.0
39+
- uses: softprops/action-gh-release@3bb12739c298aeb8a4eeaf626c5b8d85266b0e65 # v2.6.2
4040
if: startsWith(github.ref, 'refs/tags/')
4141
with:
4242
files: |

0 commit comments

Comments
 (0)