Skip to content

Commit

Permalink
Update softprops/action-gh-release action to v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 11, 2024
1 parent 3b1465e commit 8c2abde
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 @@ -90,7 +90,7 @@ jobs:
zip -r dm-dss-replayer-linux.zip dm-dss-replayer
- name: pre-release
uses: softprops/action-gh-release@v2.0.8
uses: softprops/action-gh-release@v2.2.0
if: "! startsWith(github.ref, 'refs/tags/')"
with:
tag_name: "latest"
Expand All @@ -101,7 +101,7 @@ jobs:
dm-dss-replayer-linux.zip
- name: tagged-release
uses: softprops/action-gh-release@v2.0.8
uses: softprops/action-gh-release@v2.2.0
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
Expand Down

0 comments on commit 8c2abde

Please sign in to comment.