Skip to content

Commit a1aca81

Browse files
chore(deps): update ncipollo/release-action action to v1.15.0
1 parent a8c6a7f commit a1aca81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-release-draft.yml

Lines changed: 1 addition & 1 deletion
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.15.0
106106
with:
107107
name: ${{ env.RELEASE_TAG }}
108108
tag: ${{ env.RELEASE_TAG }}

0 commit comments

Comments
 (0)