chore(deps): bump ncipollo/release-action from 1.14.0 to 1.15.0 (#8420)

Bumps [ncipollo/release-action](https://github.com/ncipollo/release-action) from 1.14.0 to 1.15.0.
- [Release notes](https://github.com/ncipollo/release-action/releases)
- [Commits](https://github.com/ncipollo/release-action/compare/v1.14.0...v1.15.0)

---
updated-dependencies:
- dependency-name: ncipollo/release-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2025-01-13 15:01:32 -05:00 committed by GitHub
parent e1af5e7049
commit 56985d1056
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -97,7 +97,7 @@ jobs:
echo "IS_RELEASE=true" >> $GITHUB_ENV echo "IS_RELEASE=true" >> $GITHUB_ENV
- name: Create Draft Release - name: Create Draft Release
uses: ncipollo/release-action@v1.14.0 uses: ncipollo/release-action@v1.15.0
if: ${{ github.ref_name == 'release' }} if: ${{ github.ref_name == 'release' }}
with: with:
prerelease: true prerelease: true
@ -311,7 +311,7 @@ jobs:
histCoveragePath: historical-coverage.json histCoveragePath: historical-coverage.json
- name: Create Release - name: Create Release
uses: ncipollo/release-action@v1.14.0 uses: ncipollo/release-action@v1.15.0
if: ${{ env.SHOULD_DEPLOY == 'true' }} if: ${{ env.SHOULD_DEPLOY == 'true' }}
with: with:
allowUpdates: true allowUpdates: true
@ -324,7 +324,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}
- name: Update Baseline Coverage - name: Update Baseline Coverage
uses: ncipollo/release-action@v1.14.0 uses: ncipollo/release-action@v1.15.0
if: ${{ github.event.inputs.updateCoverage == 'true' || github.ref_name == 'release' }} if: ${{ github.event.inputs.updateCoverage == 'true' || github.ref_name == 'release' }}
with: with:
allowUpdates: true allowUpdates: true