From 5d8655cb260438ea9485cdd78e4c7ce1ed58bf79 Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Wed, 22 May 2024 18:08:04 +0100 Subject: [PATCH] Update to `ncipollo/release-action@v1` --- .github/workflows/release.yml | 2 +- .github/workflows/templates/release.yml.jinja | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ff943fe4a17a..acaff8835a92 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -363,7 +363,7 @@ jobs: branch: ${{ github.ref }} - name: Create Github Release - uses: ncipollo/release-action@v1.12.0 + uses: ncipollo/release-action@v1 with: artifactErrorsFailBuild: true artifacts: ${{ steps.prepare-release.outputs.release-artifacts }} diff --git a/.github/workflows/templates/release.yml.jinja b/.github/workflows/templates/release.yml.jinja index efeef41f8a45..cb6d251b966c 100644 --- a/.github/workflows/templates/release.yml.jinja +++ b/.github/workflows/templates/release.yml.jinja @@ -372,7 +372,7 @@ permissions: branch: ${{ github.ref }} - name: Create Github Release - uses: ncipollo/release-action@v1.12.0 + uses: ncipollo/release-action@v1 with: artifactErrorsFailBuild: true artifacts: ${{ steps.prepare-release.outputs.release-artifacts }}