Skip to content

Commit

Permalink
Merge pull request #24 from EEWBot/renovate/softprops-action-gh-relea…
Browse files Browse the repository at this point in the history
…se-2.x

Update softprops/action-gh-release action to v2.0.8
  • Loading branch information
yanorei32 authored Sep 28, 2024
2 parents 923430c + 6fbf465 commit 3c45d5e
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].8
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].8
if: startsWith(github.ref, 'refs/tags/')
with:
prerelease: false
Expand Down

0 comments on commit 3c45d5e

Please sign in to comment.