Skip to content

Commit

Permalink
Bump ncipollo/release-action from 1.12.0 to 1.13.0 (#100)
Browse files Browse the repository at this point in the history
Bumps [ncipollo/release-action](https://github.com/ncipollo/release-action) from 1.12.0 to 1.13.0.
- [Release notes](https://github.com/ncipollo/release-action/releases)
- [Commits](ncipollo/release-action@v1.12.0...v1.13.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 Dec 31, 2023
1 parent 2ff23c5 commit 8d80867
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 @@ -109,7 +109,7 @@ jobs:

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

0 comments on commit 8d80867

Please sign in to comment.