Skip to content

Commit

Permalink
Update softprops/action-gh-release action to v2.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 31, 2024
1 parent 47d94b5 commit 8dc3c10
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].9
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].9
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
Expand Down

0 comments on commit 8dc3c10

Please sign in to comment.