Skip to content

Commit 28f8ae2

Browse files
Bump ncipollo/release-action from 1.16.0 to 1.18.0
Bumps [ncipollo/release-action](https://github.com/ncipollo/release-action) from 1.16.0 to 1.18.0. - [Release notes](https://github.com/ncipollo/release-action/releases) - [Commits](ncipollo/release-action@v1.16.0...v1.18.0) --- updated-dependencies: - dependency-name: ncipollo/release-action dependency-version: 1.18.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2981c84 commit 28f8ae2

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
@@ -109,7 +109,7 @@ jobs:
109109
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
110110
- name: Create release
111111
id: create_release
112-
uses: ncipollo/release-action@v1.16.0
112+
uses: ncipollo/release-action@v1.18.0
113113
with:
114114
body: ${{ steps.build_changelog.outputs.changelog }}
115115
name: Release ${{ needs.version.outputs.RELEASE_VERSION }}

0 commit comments

Comments
 (0)