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 9ffb540 commit fa27774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
echo "ARCHIVE_FILE=${ARCHIVE_FILE}" >>$GITHUB_OUTPUT
- name: Create GitHub release
uses: ncipollo/release-action@v1.14.0
uses: ncipollo/release-action@v1.15.0
if: startsWith(${{ steps.tag_version.outputs.new_tag }}, 'v')
with:
name: ${{ steps.tag_version.outputs.new_tag }}
Expand Down

0 comments on commit fa27774

Please sign in to comment.