Skip to content

Commit

Permalink
⬆️ Upgrade softprops/action-gh-release action to v2 (#537)
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 and stepech committed May 6, 2024
1 parent 10c4dea commit e4fca27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Pack the build to tar
run: tar -czvf botner-linux-musl-x64.tar.gz botner-linux-musl-x64
- name: Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: botner-linux-musl-x64.tar.gz
Expand Down

0 comments on commit e4fca27

Please sign in to comment.