Skip to content

Commit

Permalink
Merge pull request #66 from yanorei32/renovate/softprops-action-gh-re…
Browse files Browse the repository at this point in the history
…lease-2.x
  • Loading branch information
yanorei32 authored Nov 13, 2024
2 parents 1916d35 + a0a97f9 commit b2346a6
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 @@ -65,7 +65,7 @@ jobs:
zip -r winresz.zip winresz
- name: pre-release
uses: softprops/action-gh-release@v2.0.8
uses: softprops/action-gh-release@v2.1.0
if: "! startsWith(github.ref, 'refs/tags/')"
with:
tag_name: "latest"
Expand All @@ -75,7 +75,7 @@ jobs:
winresz.zip
- name: tagged-release
uses: softprops/action-gh-release@v2.0.8
uses: softprops/action-gh-release@v2.1.0
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
Expand Down

0 comments on commit b2346a6

Please sign in to comment.