Skip to content

Commit 866707e

Browse files
Bump ncipollo/release-action from 1.18.0 to 1.20.0
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] <support@github.com>
1 parent 6fb0ff2 commit 866707e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
113113
- name: Create release
114114
id: create_release
115-
uses: ncipollo/release-action@v1.18.0
115+
uses: ncipollo/release-action@v1.20.0
116116
with:
117117
body: ${{ steps.build_changelog.outputs.changelog }}
118118
name: Release ${{ needs.version.outputs.RELEASE_VERSION }}

0 commit comments

Comments
 (0)