Skip to content

Commit 3f5c8af

Browse files
Bump ncipollo/release-action from 1.14.0 to 1.15.0 (#236)
1 parent 014115f commit 3f5c8af

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
@@ -103,7 +103,7 @@ jobs:
103103
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
104104
- name: Create release
105105
id: create_release
106-
uses: ncipollo/release-action@v1.14.0
106+
uses: ncipollo/release-action@v1.15.0
107107
with:
108108
body: ${{ steps.build_changelog.outputs.changelog }}
109109
name: Release ${{ needs.version.outputs.RELEASE_VERSION }}

0 commit comments

Comments
 (0)