Skip to content

Commit aef0074

Browse files
build(deps): bump ncipollo/release-action from 1.18.0 to 1.20.0 (#215)
Bumps [ncipollo/release-action](https://github.com/ncipollo/release-action) from 1.18.0 to 1.20.0. - [Release notes](https://github.com/ncipollo/release-action/releases) - [Commits](ncipollo/release-action@v1.18.0...v1.20.0) --- updated-dependencies: - dependency-name: ncipollo/release-action dependency-version: 1.20.0 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> Co-authored-by: gstraccini[bot] <150967461+gstraccini[bot]@users.noreply.github.com>
1 parent 6d6edab commit aef0074

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
- name: Create Release
3939
if: ${{ steps.changes.outputs.dist == 'true' || github.event_name == 'workflow_dispatch' }}
40-
uses: ncipollo/release-action@v1.18.0
40+
uses: ncipollo/release-action@v1.20.0
4141
with:
4242
allowUpdates: false
4343
skipIfReleaseExists: true

0 commit comments

Comments
 (0)