Skip to content

Commit

Permalink
chore(deps): update ncipollo/release-action action to v1.14.0 (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 6, 2024
1 parent 69731f2 commit f2d4312
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.13.0
uses: ncipollo/release-action@v1.14.0
if: startsWith(${{ steps.tag_version.outputs.new_tag }}, 'v')
with:
name: ${{ steps.tag_version.outputs.new_tag }}
Expand Down

0 comments on commit f2d4312

Please sign in to comment.