mirror of
https://github.com/alex289/CleanArchitecture.git
synced 2025-06-29 18:21:08 +00:00
chore: bump ncipollo/release-action in the dependencies group
Bumps the dependencies group with 1 update: [ncipollo/release-action](https://github.com/ncipollo/release-action). Updates `ncipollo/release-action` from 1.15.0 to 1.16.0 - [Release notes](https://github.com/ncipollo/release-action/releases) - [Commits](https://github.com/ncipollo/release-action/compare/v1.15.0...v1.16.0) --- updated-dependencies: - dependency-name: ncipollo/release-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
0234b28214
commit
fe87087cda
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -55,7 +55,7 @@ jobs:
|
||||
|
||||
- name: Create Release
|
||||
if: ${{ steps.get_next_version.outputs.hasNextVersion == 'true' }}
|
||||
uses: ncipollo/release-action@v1.15.0
|
||||
uses: ncipollo/release-action@v1.16.0
|
||||
with:
|
||||
allowUpdates: true
|
||||
draft: false
|
||||
|
Loading…
Reference in New Issue
Block a user