Skip to content

Commit 9b582fa

Browse files
Update ncipollo/release-action action to v1.16.0
1 parent 769de1b commit 9b582fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/create-release-draft.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
# tar -zcvf ${{ env.APP_NAME }}.tar.gz ${{ env.APP_NAME }}
103103

104104
- name: Create release draft
105-
uses: ncipollo/release-action@v1.13.0
105+
uses: ncipollo/release-action@v1.16.0
106106
with:
107107
name: ${{ env.RELEASE_TAG }}
108108
tag: ${{ env.RELEASE_TAG }}

0 commit comments

Comments
 (0)