Skip to content

Commit

Permalink
Update softprops/action-gh-release action to v2.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 18, 2024
1 parent 47d94b5 commit 22beba1
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:
zip.exe VRChatRejoinTool.Installer.BOOTH.zip VRChatRejoinTool.Installer.exe
- name: pre-release
uses: softprops/[email protected].6
uses: softprops/[email protected].8
with:
tag_name: "latest"
prerelease: true
Expand All @@ -47,7 +47,7 @@ jobs:
VRChatRejoinTool.Installer.BOOTH.zip
- name: tagged-release
uses: softprops/[email protected].6
uses: softprops/[email protected].8
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
Expand Down

0 comments on commit 22beba1

Please sign in to comment.