Skip to content

Commit 1319913

Browse files
Update ncipollo/release-action action to v1.17.0
1 parent d3e8003 commit 1319913

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
@@ -56,7 +56,7 @@ jobs:
5656
echo "RELEASE_TYPE=${RELEASE_TYPE}" >> $GITHUB_ENV
5757
5858
- name: Create Release 🎉
59-
uses: ncipollo/release-action@v1.16.0
59+
uses: ncipollo/release-action@v1.17.0
6060
if: github.ref_type == 'tag'
6161
with:
6262
artifacts: ${{ env.ARTIFACT_PATH }}

0 commit comments

Comments
 (0)