Skip to content

Commit

Permalink
Bump ncipollo/release-action from 1.13.0 to 1.14.0 (#140)
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 12, 2024
1 parent 8a23151 commit 52fc31e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:

- name: Create Pre-Release for Betas
if: contains(env.CURRENT_VERSION, 'beta')
uses: ncipollo/release-action@v1.13.0
uses: ncipollo/release-action@v1.14.0
with:
tag: ${{ env.CURRENT_VERSION }}
generateReleaseNotes: true
Expand All @@ -133,7 +133,7 @@ jobs:
- name: Create Release
if: "!contains(env.CURRENT_VERSION, 'beta') && !contains(env.CURRENT_VERSION, 'SNAPSHOT')"
uses: ncipollo/release-action@v1.13.0
uses: ncipollo/release-action@v1.14.0
with:
tag: ${{ env.CURRENT_VERSION }}
generateReleaseNotes: true
Expand Down

0 comments on commit 52fc31e

Please sign in to comment.