From 55a4e99a6cc564586940ad26ce7ac38132db8bc5 Mon Sep 17 00:00:00 2001 From: Igor Date: Sun, 7 Jan 2024 00:06:20 +0100 Subject: [PATCH] Update complete-artifact-matrix-nightly.yml --- .github/workflows/complete-artifact-matrix-nightly.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/complete-artifact-matrix-nightly.yml b/.github/workflows/complete-artifact-matrix-nightly.yml index ec4b612b..3671082d 100644 --- a/.github/workflows/complete-artifact-matrix-nightly.yml +++ b/.github/workflows/complete-artifact-matrix-nightly.yml @@ -355,7 +355,7 @@ jobs:  

" > body.html - - uses: ncipollo/release-action@v1 + - uses: ncipollo/release-action@v1.13.0 if: ${{ (github.event.inputs.nightlybuild || 'yes') == 'yes' && (github.event.inputs.skipImages || 'no') != 'yes' }} with: repo: "${{ env.RELEASE_REPOSITORY }}"