Skip to content

Commit

Permalink
Merge pull request #41 from EEWBot/renovate/softprops-action-gh-relea…
Browse files Browse the repository at this point in the history
…se-2.x
  • Loading branch information
yanorei32 authored Jun 25, 2024
2 parents 704f709 + aa71053 commit 364c937
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/[email protected].5
uses: softprops/[email protected].6
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/[email protected].5
uses: softprops/[email protected].6
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
Expand Down

0 comments on commit 364c937

Please sign in to comment.