Skip to content

Commit b292f71

Browse files
Update ncipollo/release-action action to v1.17.0
1 parent 5923239 commit b292f71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

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

152152
- name: Create draft release
153153
if: ${{ contains(github.ref_type, 'tag') }}
154-
uses: ncipollo/release-action@v1.16.0
154+
uses: ncipollo/release-action@v1.17.0
155155
with:
156156
draft: true
157157
name: ${{ env.DRAFT_RELEASE_NAME }}

0 commit comments

Comments
 (0)