Skip to content

Commit f0de3c0

Browse files
Bump ncipollo/release-action from 1.16.0 to 1.18.0 (#310)
1 parent 34f275e commit f0de3c0

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
@@ -118,7 +118,7 @@ jobs:
118118
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
119119
- name: Create release
120120
id: create_release
121-
uses: ncipollo/release-action@v1.16.0
121+
uses: ncipollo/release-action@v1.18.0
122122
with:
123123
body: ${{ steps.build_changelog.outputs.changelog }}
124124
name: Release ${{ needs.version.outputs.RELEASE_VERSION }}

0 commit comments

Comments
 (0)