Skip to content

Commit

Permalink
chore(deps): update ncipollo/release-action action to v1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 12, 2025
1 parent a8c6a7f commit a1aca81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release-draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
# tar -zcvf ${{ env.APP_NAME }}.tar.gz ${{ env.APP_NAME }}

- name: Create release draft
uses: ncipollo/release-action@v1.13.0
uses: ncipollo/release-action@v1.15.0
with:
name: ${{ env.RELEASE_TAG }}
tag: ${{ env.RELEASE_TAG }}
Expand Down

0 comments on commit a1aca81

Please sign in to comment.