Skip to content

Commit

Permalink
chore(deps): bump ncipollo/release-action from 1.13.0 to 1.14.0 (#7048)
Browse files Browse the repository at this point in the history
Bumps [ncipollo/release-action](https://github.com/ncipollo/release-action) from 1.13.0 to 1.14.0.
- [Release notes](https://github.com/ncipollo/release-action/releases)
- [Commits](ncipollo/release-action@v1.13.0...v1.14.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>
  • Loading branch information
dependabot[bot] committed Feb 12, 2024
1 parent 62c1eb3 commit cf79fe2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Expand Up @@ -77,7 +77,7 @@ jobs:
echo "NEXT_VERSION=$nextStrict" >> $GITHUB_ENV
- name: Create Draft Release
uses: ncipollo/release-action@v1.13.0
uses: ncipollo/release-action@v1.14.0
if: ${{ github.ref_name == 'release' }}
with:
prerelease: true
Expand Down Expand Up @@ -267,7 +267,7 @@ jobs:
histCoveragePath: historical-coverage.json

- name: Create Release
uses: ncipollo/release-action@v1.13.0
uses: ncipollo/release-action@v1.14.0
if: ${{ env.SHOULD_DEPLOY == 'true' }}
with:
allowUpdates: true
Expand All @@ -280,7 +280,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}

- name: Update Baseline Coverage
uses: ncipollo/release-action@v1.13.0
uses: ncipollo/release-action@v1.14.0
if: ${{ github.event.inputs.updateCoverage == 'true' || github.ref_name == 'release' }}
with:
allowUpdates: true
Expand Down

0 comments on commit cf79fe2

Please sign in to comment.