Skip to content

Commit

Permalink
chore(deps): update ncipollo/release-action action to v1.14.0 (#463)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 6, 2024
1 parent 267a8b0 commit 9c0a8f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:

# make release with actual tag for record keeping
- name: Github Release 🚀
uses: ncipollo/release-action@v1.13.0
uses: ncipollo/release-action@v1.14.0
with:
prerelease: ${{ contains(env.TAG, '-') }}
token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -59,7 +59,7 @@ jobs:

# make release with tag "latest" for GH actions
- name: Github Release 🚀
uses: ncipollo/release-action@v1.13.0
uses: ncipollo/release-action@v1.14.0
with:
prerelease: ${{ contains(env.TAG, '-') }}
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 9c0a8f4

Please sign in to comment.