Skip to content

Commit

Permalink
Update softprops/action-gh-release action to v2.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 17, 2024
1 parent f606c58 commit 3e0f4c4
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 @@ -36,7 +36,7 @@ jobs:
PATH="./bin/:$PATH" ./build.sh
- name: pre-release
uses: softprops/[email protected].6
uses: softprops/[email protected].7
if: "! startsWith(github.ref, 'refs/tags/')"
with:
tag_name: "latest"
Expand All @@ -47,7 +47,7 @@ jobs:
resources.tar
- name: tagged-release
uses: softprops/[email protected].6
uses: softprops/[email protected].7
if: startsWith(github.ref, 'refs/tags/')
with:
prerelease: false
Expand Down

0 comments on commit 3e0f4c4

Please sign in to comment.