Skip to content

Commit

Permalink
Merge pull request #21 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 23, 2024
2 parents 2d3b528 + c9970d9 commit 701899b
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].5
uses: softprops/[email protected].6
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].5
uses: softprops/[email protected].6
if: startsWith(github.ref, 'refs/tags/')
with:
prerelease: false
Expand Down

0 comments on commit 701899b

Please sign in to comment.