Merge pull request #66580 from s0undt3ch/hotfix/merge-forward-into-3007.x

Merge 3006.x into 3007.x
This commit is contained in:
Pedro Algarvio 2024-05-23 11:20:38 +01:00 committed by GitHub
commit 55f99625e0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -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 }}

View file

@ -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 }}